DLL Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DLL() | |
DLL(IntPtr) | |
DLL(String) |
DLL()
public:
DLL();
public DLL ();
Public Sub New ()
Applies to
DLL(IntPtr)
public:
DLL(IntPtr ptr1);
public DLL (IntPtr ptr1);
new Dynamics.AX.Application.DLL : nativeint -> Dynamics.AX.Application.DLL
Public Sub New (ptr1 As IntPtr)
Parameters
- ptr1
-
IntPtr
nativeint
Applies to
DLL(String)
public:
DLL(System::String ^ text1);
public DLL (string text1);
new Dynamics.AX.Application.DLL : string -> Dynamics.AX.Application.DLL
Public Sub New (text1 As String)
Parameters
- text1
- String