The following tables list the members exposed by DisposableObject.
Name | Description | |
---|---|---|
Disposed | Returns true if the object has already been disposed |
Name | Description | |
---|---|---|
CloneSerializableObject | Creates and returns a deep copy clone of the object | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
Dispose | Called to Dispose the object | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
GetPublicKeyToken | Overloaded. Returns the public key token of a type's assembly. | |
HasSamePublicKey | Overloaded. Checks if the test object is from an assembly that is signed with the same public key as this assembly | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
VerifyNotDisposed | Will throw an ObjectDisposedException exception if the object has been disposed of. |
Name | Description | |
---|---|---|
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
OnDispose | Called when an active object is Disposed to notify a derived class when the object has been Disposed. |