InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / Macro Class
Properties Methods Events


Macro Class Members

The following tables list the members exposed by Macro.

Public Constructors
 NameDescription
Public ConstructorThe constructor, for internal use.  
Top
Public Properties
 NameDescription
Public PropertyReturns the parent object (Uts).  
Public PropertyReturns whether the macro recorder is currently recording.  
Public PropertyReturns whether the macro recorder is currently paused.  
Public PropertyGets the current macro recording script, if any.  
Top
Public Methods
 NameDescription
Public Method (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.MarshalByRefObject)
Public MethodGets a list of existing macro names.  
Public MethodFor internal use  
Public MethodFor internal use  
Public MethodDisplays a prompt for the Password dialog box.  
Public MethodPauses the macro recorder in the current terminal session.  
Public MethodResumes recording a macro in the current terminal session.  
Public MethodOverloaded. Runs a macro.  
Public MethodDisplays the Run Macro dialog box.  
Public MethodStarts recording a macro in the current terminal session.  
Public MethodStops a currently running macro.  
Public MethodStops the macro recorder in the current terminal session, and saves the macro.  
Top
Protected Methods
 NameDescription
Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
Protected MethodFire MacroCompleted event  
Protected MethodFire MacroStarted event  
Top
Public Events
 NameDescription
Public EventRaised when a macro has completed. This does not apply to legacy Reflection macros nor Extra! macros.  
Public EventRaised when a macro has started. This does not apply to legacy Reflection macros nor Extra! macros.  
Top
See Also