Reflection
ReleaseResource Method


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