Name | Description | |
---|---|---|
Macro Constructor | The constructor, for internal use. |
The following tables list the members exposed by Macro.
Name | Description | |
---|---|---|
Macro Constructor | The constructor, for internal use. |
Name | Description | |
---|---|---|
Parent | Returns the parent object (Uts). | |
Recording | Returns whether the macro recorder is currently recording. | |
RecordingPaused | Returns whether the macro recorder is currently paused. | |
Script | Gets the current macro recording script, if any. |
Name | Description | |
---|---|---|
CreateObjRef | (Inherited from System.MarshalByRefObject) | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
GetMacroNames | Gets a list of existing macro names. | |
MacroCompletedEventSink | For internal use | |
MacroStartedEventSink | For internal use | |
PasswordBox | Displays a prompt for the Password dialog box. | |
PauseRecording | Pauses the macro recorder in the current terminal session. | |
ResumeRecording | Resumes recording a macro in the current terminal session. | |
RunMacro | Overloaded. Runs a macro. | |
ShowMacroDialog | Displays the Run Macro dialog box. | |
StartMacroRecording | Starts recording a macro in the current terminal session. | |
StopMacro | Stops a currently running macro. | |
StopMacroRecording | Stops the macro recorder in the current terminal session, and saves the macro. |
Name | Description | |
---|---|---|
MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) | |
OnMacroCompleted | Fire MacroCompleted event | |
OnMacroStarted | Fire MacroStarted event |
Name | Description | |
---|---|---|
MacroCompleted | Raised when a macro has completed. This does not apply to legacy Reflection macros nor legacy EXTRA! macros. | |
MacroStarted | Raised when a macro has started. This does not apply to legacy Reflection macros nor legacy EXTRA! macros. |