TreeNode.AOTmakeXref Method

Definition

Overloads

AOTmakeXref(Int32, Boolean)
AOTmakeXref(Int32)
AOTmakeXref()

Compiles this node and its subtree in the AOT, updating the cross-reference system.

AOTmakeXref(Int32, Boolean)

public:
 virtual void AOTmakeXref(int _flag, bool _xRefAll);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual void AOTmakeXref (int _flag, bool _xRefAll);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member AOTmakeXref : int * bool -> unit
override this.AOTmakeXref : int * bool -> unit
Public Overridable Sub AOTmakeXref (_flag As Integer, _xRefAll As Boolean)

Parameters

_flag
Int32
_xRefAll
Boolean
Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to

AOTmakeXref(Int32)

public:
 virtual void AOTmakeXref(int num1);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual void AOTmakeXref (int num1);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member AOTmakeXref : int -> unit
override this.AOTmakeXref : int -> unit
Public Overridable Sub AOTmakeXref (num1 As Integer)

Parameters

num1
Int32
Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to

AOTmakeXref()

Compiles this node and its subtree in the AOT, updating the cross-reference system.

public:
 virtual void AOTmakeXref();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual void AOTmakeXref ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member AOTmakeXref : unit -> unit
override this.AOTmakeXref : unit -> unit
Public Overridable Sub AOTmakeXref ()
Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Remarks

This method can be called at any:

  • list node (such as AOT, Tables, Forms, Project roots, and groups)
  • Application Object (such as a Table or Form)
  • methods branch
  • method

Applies to