[]
        
(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(nint)

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

The instance to get the NativePointer.