Attachmate.Reflection.Objects.Emulation.Common Library : Macro Object |
For a list of all members of this type, see Macro members.
Name | Description | |
---|---|---|
![]() | GetMacroNames | Gets a list of existing macro names. |
![]() | PasswordBox | Opens a dialog box containing a prompt and a text box for user input, and returns the contents of the text box after the user clicks OK. The text entered into the text box appears as asterisks on screen. This method returns an error if the user clicks Cancel. |
![]() | PauseRecording | Starts recording a macro in the current terminal session. |
![]() | ResumeRecording | Resumes recording a macro in the current terminal session. |
![]() | RunMacro | Runs a macro that takes a single parameter. |
![]() | RunMacro2 | Runs a macro that takes no parameters. |
![]() | RunMacro3 | Runs a macro that takes an array of parameters. |
![]() | ShowMacroDialog | Displays the Run Macro dialog box. |
![]() | StartMacroRecording | Starts recording a macro in the current terminal session. |
![]() | StopMacro | Stops a currently running macro. Does nothing if a macro is not running in the current terminal session. |
![]() | StopMacroRecording | Stops the macro recorder in the current terminal session, and saves the macro. |