IReflectionCallHelperService.MakeNewObjIntPtrNested 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:
System::Object ^ MakeNewObjIntPtrNested(System::String ^ typeName, IntPtr intPtr, System::Object ^ parentClass);
public object MakeNewObjIntPtrNested (string typeName, IntPtr intPtr, object parentClass);
abstract 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