In This Topic
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Syntax
'Declaration
Protected Overloads Overrides Sub Dispose( _
ByVal As Boolean _
)
protected override void Dispose(
bool
)
Parameters
- disposing
- Indicates whether the method call comes from a Dispose method or from a finalizer.
See Also