Share via


MemberFunction.AOTgetSource Method

Definition

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

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

Returns

A string value for the source code; nullNothingnullptrunita null reference (Nothing in Visual Basic) if the node does not contain source code.

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to