Reflection
Finalize Method (SmartControl)


Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
Syntax
'Declaration
 
Protected Overrides Sub Finalize() 
'Usage
 
Dim instance As SmartControl
 
instance.Finalize()
protected override void Finalize()
See Also