[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.ComObjectCallback

Class ComObjectCallback

Namespace
GrapeCity.Documents.DX
Assembly
GcDocs.DX.Windows.dll

Base class for unmanaged callabackable Com object.

public class ComObjectCallback : ComObject, IUnknown, ICallbackable, IDisposable
Inheritance
ComObjectCallback
Implements
Derived
Inherited Members

Constructors

ComObjectCallback(IntPtr)

Initializes a new instance of the ComObject class.

protected ComObjectCallback(IntPtr pointer)

Parameters

pointer IntPtr

Pointer to Cpp Object

Properties

Shadow

Implements ICallbackable but it cannot not be set. This is only used to support for interop with unmanaged callback.

public IDisposable Shadow { get; set; }

Property Value

IDisposable