'Declaration
Protected Overloads Overridable Sub Dispose( _ ByVal releaseManaged As Boolean _ )
protected virtual void Dispose( bool releaseManaged )
Parameters
- releaseManaged
- Indicates whether to release managed resources. This should only be called with true, except from the finalizer which should call Dispose(false).