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 As CppObject _
)
protected void FromTemp(
CppObject
)
Parameters
- temp
- The instance to get the NativePointer.
See Also