Performs an explicit conversion from
CppObjectto
System.IntPtr.
'宣言
Public Operator Narrowing CType( _
ByVal As CppObject _
) As System.IntPtr
public System.IntPtr operator explicit(
CppObject
)
パラメータ
- cppObject
- The CPP object.
戻り値の型
The result of the conversion.