For a list of all members of this type, see DisposableObject members.
Public Methods
Protected Methods
| 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) |
Top
Extension Methods
| Name | Description |
 | SetState<TNode> | Sets the arbitrary object associated with the node. |
Top
See Also