Explicit Type Conversion Operator (CppObject)
Performs an explicit conversion from
CppObject to
System.IntPtr.
'Declaration
Public Operator Narrowing CType( _
ByVal As CppObject _
) As System.IntPtr
public System.IntPtr operator explicit(
CppObject
)
Parameters
- cppObject
- The CPP object.
Return Value
The result of the conversion.