Dispose(bool) Method
Summary
Releases all resources used by this object.
Syntax
[HandleProcessCorruptedStateExceptionsAttribute()]
protected virtual void Dispose(
bool disposing
)
Protected Overloads Overridable Sub Dispose( _
ByVal disposing As Boolean _
)
protected:
virtual void Dispose(
bool disposing
)
Parameters
disposing
true, if this method was called as a result of calling Dispose.
false, if this method was called as a result of object finalization.