Version

DisposableObject Class Members

The following tables list the members exposed by DisposableObject.

Public Properties
 NameDescription
Public PropertyDisposedReturns true if the object has already been disposed  
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)CloneSerializableObjectCreates and returns a deep copy clone of the object  
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDisposeCalled to Dispose the object  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public Methodstatic (Shared in Visual Basic)GetPublicKeyTokenOverloaded. Returns the public key token of a type's assembly.  
Public Methodstatic (Shared in Visual Basic)HasSamePublicKeyOverloaded. Checks if the test object is from an assembly that is signed with the same public key as this assembly  
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodVerifyNotDisposedWill throw an ObjectDisposedException exception if the object has been disposed of.  
Protected Methods
 NameDescription
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDisposeCalled when an active object is Disposed to notify a derived class when the object has been Disposed.  
See Also