[]
        
(Showing Draft Content)

C1.Util.DX.CppObject.op_Explicit

explicit operator Operator

explicit operator IntPtr(CppObject)

Performs an explicit conversion from CppObject to IntPtr.

Declaration
public static explicit operator IntPtr(CppObject cppObject)
Parameters
Type Name Description
CppObject cppObject

The CPP object.

Returns
Type Description
IntPtr

The result of the conversion.