[]
Instantiate a ComObject from a native pointer.
public static T FromPointer<T>(IntPtr comObjectPtr) where T : CppObject
Type | Name | Description |
---|---|---|
IntPtr | comObjectPtr | The native pointer to a com object. |
Type | Description |
---|---|
T | An instance of T binded to the native pointer |
Name | Description |
---|---|
T | The ComObject class that will be returned |