| C1.Win.C1DX.4 Assembly > C1.Util.DX Namespace : 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 C1.Util.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 C1.Util.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 C1.Util.DX.DisposeBase) |
![]() | Disposing | Occurs when this instance is starting to be disposed. (Inherited from C1.Util.DX.DisposeBase) |
Explicit Type Conversion | Performs an explicit conversion from CppObject to System.IntPtr. |