TreeNode.AOTcompile Method

Definition

Overloads

AOTcompile()
AOTcompile(Int32)
AOTcompile(Int32, Boolean)
AOTcompile(Int32, Boolean, Boolean)

AOTcompile()

public:
 virtual bool AOTcompile();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual bool AOTcompile ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member AOTcompile : unit -> bool
override this.AOTcompile : unit -> bool
Public Overridable Function AOTcompile () As Boolean

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to

AOTcompile(Int32)

public:
 virtual bool AOTcompile(int num1);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual bool AOTcompile (int num1);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member AOTcompile : int -> bool
override this.AOTcompile : int -> bool
Public Overridable Function AOTcompile (num1 As Integer) As Boolean

Parameters

num1
Int32

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to

AOTcompile(Int32, Boolean)

public:
 virtual bool AOTcompile(int num1, bool flag1);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual bool AOTcompile (int num1, bool flag1);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member AOTcompile : int * bool -> bool
override this.AOTcompile : int * bool -> bool
Public Overridable Function AOTcompile (num1 As Integer, flag1 As Boolean) As Boolean

Parameters

num1
Int32
flag1
Boolean

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to

AOTcompile(Int32, Boolean, Boolean)

public:
 virtual bool AOTcompile(int _flag, bool _forceNoXRef, bool _fastMode);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual bool AOTcompile (int _flag, bool _forceNoXRef, bool _fastMode);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member AOTcompile : int * bool * bool -> bool
override this.AOTcompile : int * bool * bool -> bool
Public Overridable Function AOTcompile (_flag As Integer, _forceNoXRef As Boolean, _fastMode As Boolean) As Boolean

Parameters

_flag
Int32
_forceNoXRef
Boolean
_fastMode
Boolean

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to