UtilFile 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
UtilFile() | |
UtilFile(IntPtr) | |
UtilFile(String) |
UtilFile()
public:
UtilFile();
public UtilFile ();
Public Sub New ()
Applies to
UtilFile(IntPtr)
public:
UtilFile(IntPtr ptr1);
public UtilFile (IntPtr ptr1);
new Dynamics.AX.Application.UtilFile : nativeint -> Dynamics.AX.Application.UtilFile
Public Sub New (ptr1 As IntPtr)
Parameters
- ptr1
-
IntPtr
nativeint
Applies to
UtilFile(String)
public:
UtilFile(System::String ^ text1);
public UtilFile (string text1);
new Dynamics.AX.Application.UtilFile : string -> Dynamics.AX.Application.UtilFile
Public Sub New (text1 As String)
Parameters
- text1
- String