Name | Description | |
---|---|---|
CppObject Constructor | Initializes a new instance of the CppObject class. |
The following tables list the members exposed by CppObject.
Name | Description | |
---|---|---|
CppObject Constructor | Initializes a new instance of the CppObject class. |
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 | |
Tag | Gets or sets a custom user tag object to associate with this instance.. |
Name | Description | |
---|---|---|
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from GrapeCity.Documents.DX.DisposeBase) | |
FromPointer<T> | Instantiate a ComObject from a native pointer. | |
ToCallbackPtr<TCallback> | Return the unmanaged C++ pointer from a ICallbackable instance. |
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 CppObject to System.IntPtr. |