In This Topic
Releases the resources used by the component.
Syntax
'Declaration
Protected Overloads Overrides Sub Dispose( _
ByVal As Boolean _
)
protected override void Dispose(
bool
)
Parameters
- disposing
- If true, managed resources as well as unmanaged resources are released; if false, only unmanaged resources are disposed.
See Also