[]
        
(Showing Draft Content)

C1.Util.DX.ComObject.op_Explicit

explicit operator Operator

explicit operator ComObject(IntPtr)

Performs an explicit conversion from IntPtr to ComObject.

Declaration
public static explicit operator ComObject(IntPtr nativePointer)
Parameters
Type Name Description
IntPtr nativePointer

The native pointer.

Returns
Type Description
ComObject

The result of the conversion.