[]
        
(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)
Protected Sub FromTemp(temp As CppObject)
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)
Protected Sub FromTemp(temp As IntPtr)
Parameters
Type Name Description
IntPtr temp

The instance to get the NativePointer.