InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / Macro Class
Members


In This Topic
    Macro Class
    In This Topic
    Methods, properties, and events associated with running or recording macros.
    Syntax
    'Declaration
     
    
    <SerializableAttribute()>
    Public Class Macro 
       Inherits Attachmate.Reflection.Framework.Proxy
       Implements IMacro, Attachmate.Reflection.Framework.IProxy 
    'Usage
     
    
    Dim instance As Macro
    [Serializable()]
    public class Macro : Attachmate.Reflection.Framework.Proxy, IMacro, Attachmate.Reflection.Framework.IProxy  
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
             Attachmate.Reflection.Emulation.Common.Macro

    See Also