[]
        
(Showing Draft Content)

C1.Util.DX.CppObject.FromTemp

FromTemp Method

FromTemp(CppObject)

Initializes this instance with a pointer from a temporary object and set the pointer of the temporary
object to IntPtr.Zero.

Declaration
protected void FromTemp(CppObject temp)
Parameters
Type Name Description
CppObject temp

The instance to get the NativePointer.

FromTemp(IntPtr)

Initializes this instance with a pointer from a temporary object and set the pointer of the temporary
object to IntPtr.Zero.

Declaration
protected void FromTemp(IntPtr temp)
Parameters
Type Name Description
IntPtr temp

The instance to get the NativePointer.