MethodInfo 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
MethodInfo() | |
MethodInfo(IntPtr) | |
MethodInfo(Int32, Int32, String) |
MethodInfo()
protected:
MethodInfo();
protected MethodInfo ();
Protected Sub New ()
Applies to
MethodInfo(IntPtr)
public:
MethodInfo(IntPtr kernelClass);
public MethodInfo (IntPtr kernelClass);
new Microsoft.Dynamics.Ax.Xpp.SpecialClass.MethodInfo : nativeint -> Microsoft.Dynamics.Ax.Xpp.SpecialClass.MethodInfo
Public Sub New (kernelClass As IntPtr)
Parameters
- kernelClass
-
IntPtr
nativeint
Applies to
MethodInfo(Int32, Int32, String)
public:
MethodInfo(int utilType, int Id, System::String ^ Name);
public MethodInfo (int utilType, int Id, string Name);
new Microsoft.Dynamics.Ax.Xpp.SpecialClass.MethodInfo : int * int * string -> Microsoft.Dynamics.Ax.Xpp.SpecialClass.MethodInfo
Public Sub New (utilType As Integer, Id As Integer, Name As String)
Parameters
- utilType
- Int32
- Id
- Int32
- Name
- String