Name | Description | |
---|---|---|
![]() | FinalizableDisposableObject Constructor | Initializes a new instance of the FinalizableDisposableObject class. |
The following tables list the members exposed by FinalizableDisposableObject.
Name | Description | |
---|---|---|
![]() | FinalizableDisposableObject Constructor | Initializes a new instance of the FinalizableDisposableObject class. |
Name | Description | |
---|---|---|
![]() | IsDisposed | Determines whether the object has been disposed. (Inherited from OpcLabs.BaseLib.DisposableObject) |
Name | Description | |
---|---|---|
![]() | Dispose | Overloaded. Releases the unmanaged resources used by the object and optionally releases the managed resources. (Inherited from OpcLabs.BaseLib.DisposableObject) |
![]() | Equals | Overloaded. Determines whether the specified System.Object is equal to the current object. (Inherited from OpcLabs.BaseLib.Object2) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from OpcLabs.BaseLib.Object2) |
![]() | GetType | Gets the System.Type of the current instance. (Inherited from object) |
![]() | ToString | (Inherited from OpcLabs.BaseLib.Object2) |
Name | Description | |
---|---|---|
![]() | DisposeGuard | Overloaded. Invokes the specified function if the object is not disposed, throwing an exception otherwise. (Inherited from OpcLabs.BaseLib.DisposableObject) |
![]() | DisposeGuardNotNull | Overloaded. Invokes the specified function returning a not-null value if the object is not disposed, throwing an exception otherwise. (Inherited from OpcLabs.BaseLib.DisposableObject) |
![]() | Finalize | Finalizer. |
![]() | FreeManagedObjects | Frees the managed objects in the state of this object. (Inherited from OpcLabs.BaseLib.DisposableObject) |
![]() | FreeUnmanagedObjects | Frees the unmanaged objects (own state) in the state of this object. |
![]() | InternalDispose | Overridden. Called when the object should dispose its resources. |
![]() | MemberwiseClone | Creates a shallow copy of the current System.Object. (Inherited from object) |
Name | Description | |
---|---|---|
![]() | SetState<TNode> | Sets the arbitrary object associated with the node. |