InfoConnect API Guide
Attachmate.Reflection.Framework Namespace / MyReflection Class
Members


In This Topic
    MyReflection Class
    In This Topic
    The MyReflection class is the entry point to the Application Programmer Interface. From this class, create Application objects for new Reflection application instances and use its methods to start and stop those instances.
    Object Model
    MyReflection ClassApplication Class
    Syntax
    'Declaration
     
    
    Public Class MyReflection 
    'Usage
     
    
    Dim instance As MyReflection
    public class MyReflection 
    Inheritance Hierarchy

    System.Object
       Attachmate.Reflection.Framework.MyReflection

    See Also