Disposable
|
The DisposableWrapper type exposes the following members.
| Name | Description | |
|---|---|---|
| DisposableWrapper | Initializes a new instance of the DisposableWrapper class | |
| DisposableWrapper(IntPtr, Boolean) | Initializes a new instance of the DisposableWrapper class |
| Name | Description | |
|---|---|---|
| AutoDelete | Property that indicates whether the object should be automatically deleted by the Garbage Collector. | |
| IsDisposed | Property that indicates whether pointer to native code unmanaged object == IntPtr::Zero. | |
| UnmanagedObject | Property that represents a pointer to an unmanaged object. |
| Name | Description | |
|---|---|---|
| Create | Creates a disposable wrapper according to the specified parameters. | |
| CreateObjRef | (Inherited from MarshalByRefObject) |
|
| DeleteUnmanagedObject | ||
| Dispose | Releases all resources used by the DisposableWrapper | |
| Dispose(Boolean) | Releases the unmanaged resources used by the DisposableWrapper and optionally releases the managed resources | |
| Equals | Checks objects for equality. (Overrides ObjectEquals(Object)) |
|
| Finalize | (Overrides ObjectFinalize) |
|
| GetHashCode | Retrieves the object hash code. (Overrides ObjectGetHashCode) |
|
| GetLifetimeService | (Inherited from MarshalByRefObject) |
|
| GetType | (Inherited from Object) |
|
| InitializeLifetimeService | (Inherited from MarshalByRefObject) |
|
| MemberwiseClone | (Inherited from Object) |
|
| MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject) |
|
| ToString | (Inherited from Object) |
| Name | Description | |
|---|---|---|
| Equality(DisposableWrapper, DisposableWrapper) | Equality operator for the DisposableWrapper class. | |
| Inequality(DisposableWrapper, DisposableWrapper) | Inequality operator for the DisposableWrapper class. |
| © Bricsys NV. All rights reserved. |