C1.Win.C1DX.4.8 Assembly / C1.Util.DX Namespace / CppObject Class / FromTemp Method / FromTemp(CppObject) Method
The instance to get the NativePointer.

In This Topic
FromTemp(CppObject) Method
In This Topic
Initializes this instance with a pointer from a temporary object and set the pointer of the temporary object to IntPtr.Zero.
Syntax
'Declaration
 
Protected Overloads Sub FromTemp( _
   ByVal temp As CppObject _
) 
 

Parameters

temp
The instance to get the NativePointer.
See Also