OleCommand Constructors

Definition

Overloads

OleCommand()
OleCommand(Int64)
OleCommand(IntPtr)

OleCommand()

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

Applies to

OleCommand(Int64)

public:
 OleCommand(long num1);
public OleCommand (long num1);
new Dynamics.AX.Application.OleCommand : int64 -> Dynamics.AX.Application.OleCommand
Public Sub New (num1 As Long)

Parameters

num1
Int64

Applies to

OleCommand(IntPtr)

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

Parameters

ptr1
IntPtr

nativeint

Applies to