ReflectionCallHelper.MakeNewObjIntPtrNested(String, IntPtr, Object) Method
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.
public:
static System::Object ^ MakeNewObjIntPtrNested(System::String ^ typeName, IntPtr intPtr, System::Object ^ parentClass);
public static object MakeNewObjIntPtrNested (string typeName, IntPtr intPtr, object parentClass);
static member MakeNewObjIntPtrNested : string * nativeint * obj -> obj
Public Function MakeNewObjIntPtrNested (typeName As String, intPtr As IntPtr, parentClass As Object) As Object
Parameters
- typeName
- String
- intPtr
-
IntPtr
nativeint
- parentClass
- Object