Reflection .NET API
Attachmate.Reflection.Framework Assembly / Attachmate.Reflection.Framework Namespace / Application Class / Finalize Method


In This Topic
    Finalize Method (Application)
    In This Topic
    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 Application
     
    instance.Finalize()
    protected override void Finalize()
    See Also