Share via


xRef Constructors

Definition

Overloads

xRef()
xRef(IntPtr)
xRef(Object[])

xRef()

public:
 xRef();
public xRef ();
Public Sub New ()

Applies to

xRef(IntPtr)

public:
 xRef(IntPtr ptr1);
public xRef (IntPtr ptr1);
new Dynamics.AX.Application.xRef : nativeint -> Dynamics.AX.Application.xRef
Public Sub New (ptr1 As IntPtr)

Parameters

ptr1
IntPtr

nativeint

Applies to

xRef(Object[])

public:
 xRef(cli::array <System::Object ^> ^ objArray1);
public xRef (object[] objArray1);
new Dynamics.AX.Application.xRef : obj[] -> Dynamics.AX.Application.xRef
Public Sub New (objArray1 As Object())

Parameters

objArray1
Object[]

Applies to