[]
Initializes this instance with a pointer from a temporary object and set the pointer of the temporary
object to IntPtr.Zero.
protected void FromTemp(CppObject temp)
Type | Name | Description |
---|---|---|
CppObject | temp | The instance to get the NativePointer. |
Initializes this instance with a pointer from a temporary object and set the pointer of the temporary
object to IntPtr.Zero.
protected void FromTemp(IntPtr temp)
Type | Name | Description |
---|---|---|
IntPtr | temp | The instance to get the NativePointer. |