[]
Base class for unmanaged callabackable Com object.
public class ComObjectCallback : ComObject, IUnknown, ICallbackable, IDisposable
Initializes a new instance of the ComObject class.
protected ComObjectCallback(IntPtr pointer)
pointer
System.IntPtrPointer to Cpp Object
Implements ICallbackable but it cannot not be set. This is only used to support for interop with unmanaged callback.
public IDisposable Shadow { get; set; }