Finalize Method (DisposeBase)
In This Topic
Releases unmanaged resources and performs other cleanup operations before the
DisposeBase is reclaimed by garbage collection.
Syntax
'Declaration
Protected Overrides Sub Finalize()
protected override void Finalize()
See Also