In This Topic
Releases the unmanaged resources used by the object and optionally releases the managed resources.
Syntax
'Declaration
Public Overridable Sub Dispose( _
ByVal As Boolean _
)
public virtual void Dispose(
bool
)
Parameters
- disposing
- true to release both managed and unmanaged resources; false to release only unmanaged resources.
See Also