The Finalize Method is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
Allows an
System.Object to attempt to free resources and perform other cleanup operations before the
System.Object is reclaimed by garbage collection. (inherited from Object)
Syntax
| Visual Basic (Declaration) | |
|---|
Overrides Protected Sub Finalize() |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As Cache
instance.Finalize() |
| C# | |
|---|
protected override void Finalize() |
| C++/CLI | |
|---|
protected:
void Finalize(); override |
Requirements
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also