Name | Description | |
---|---|---|
![]() | DisposableObject Constructor | Initializes a new instance of the DisposableObject class. |
The following tables list the members exposed by DisposableObject.
Name | Description | |
---|---|---|
![]() | DisposableObject Constructor | Initializes a new instance of the DisposableObject class. |
Name | Description | |
---|---|---|
![]() | IsDisposed | Determines whether the object has been disposed. |
Name | Description | |
---|---|---|
![]() | Dispose | Overloaded. Releases the unmanaged resources used by the object and optionally releases the managed resources. |
![]() | 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. |
![]() | DisposeGuardNotNull | Overloaded. Invokes the specified function returning a not-null value if the object is not disposed, throwing an exception otherwise. |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object) |
![]() | FreeManagedObjects | Frees the managed objects in the state of this object. |
![]() | InternalDispose | 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. |