Name | Description | |
---|---|---|
ComObject Constructor | Overloaded. |
The following tables list the members exposed by ComObject.
Name | Description | |
---|---|---|
ComObject Constructor | Overloaded. |
Name | Description | |
---|---|---|
IsDisposed | Gets a value indicating whether this instance is disposed. (Inherited from GrapeCity.Documents.DX.DisposeBase) | |
NativePointer | Get a pointer to the underlying Cpp Object (Inherited from GrapeCity.Documents.DX.CppObject) | |
Tag | Gets or sets a custom user tag object to associate with this instance.. (Inherited from GrapeCity.Documents.DX.CppObject) |
Name | Description | |
---|---|---|
As | Overloaded. Queries a managed object for a particular COM interface support (This method is a shortcut to QueryInterface(Guid,IntPtr)) | |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from GrapeCity.Documents.DX.DisposeBase) | |
EqualsComObject<T> | Compares 2 COM objects and return true if the native pointer is the same. | |
QueryInterface | Overloaded. Query this instance for a particular COM GUID/interface support. | |
QueryInterfaceOrNull | Overloaded. Query instance for a particular COM GUID/interface support. |
Name | Description | |
---|---|---|
Disposed | Occurs when this instance is fully disposed. (Inherited from GrapeCity.Documents.DX.DisposeBase) | |
Disposing | Occurs when this instance is starting to be disposed. (Inherited from GrapeCity.Documents.DX.DisposeBase) |
Explicit Type Conversion | Performs an explicit conversion from System.IntPtr to ComObject. |