Share via


MemberFunction.AOTsetSource Method

Definition

Overloads

AOTsetSource(String, Boolean)
AOTsetSource(String)

Sets the source code for a specified node in the AOT, such as a class or method.

AOTsetSource(String, Boolean)

public:
 override void AOTsetSource(System::String ^ _source, bool _isStatic);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override void AOTsetSource (string _source, bool _isStatic);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.AOTsetSource : string * bool -> unit
Public Overrides Sub AOTsetSource (_source As String, _isStatic As Boolean)

Parameters

_source
String

A Boolean value: true for a static method or false for an instance method; optional.

_isStatic
Boolean

A Boolean value: true for a static method or false for an instance method; optional.

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to

AOTsetSource(String)

Sets the source code for a specified node in the AOT, such as a class or method.

public:
 override void AOTsetSource(System::String ^ text1);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override void AOTsetSource (string text1);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.AOTsetSource : string -> unit
Public Overrides Sub AOTsetSource (text1 As String)

Parameters

text1
String
Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to