InfoConnect API Guide
Attachmate.Reflection.Framework Namespace / Application Class / ReleaseResource Method


In This Topic
    ReleaseResource Method
    In This Topic
    Releases all objects that have been created in the current Application object and that are no longer referenced by other objects.
    Syntax
    'Declaration
     
    
    Public Sub ReleaseResource() 
    'Usage
     
    
    Dim instance As Application
     
    instance.ReleaseResource()
    public void ReleaseResource()
    See Also