C# Class ConEmu.WinForms.GuiMacroBuilder

Fluent API for constructing a GUI macro. Start with the running ConEmuSession, call ConEmuSession.BeginGuiMacro.
Mostra file Open project: Maximus5/conemu-inside

Public Methods

Method Description
ExecuteSync ( ) : GuiMacroResult

Renders the macro and executes with ConEmu, getting the result synchronously.

Private Methods

Method Description
ExecuteAsync ( ) : Task
GuiMacroBuilder ( [ owner, [ sMacroName, [ parameters ) : System
IsAlphanumeric ( [ s ) : bool
RenderMacroCommand ( [ sMacroName, [ parameters ) : string
WithParam ( [ value ) : GuiMacroBuilder
WithParam ( int value ) : GuiMacroBuilder

Method Details

ExecuteSync() public method

Renders the macro and executes with ConEmu, getting the result synchronously.
public ExecuteSync ( ) : GuiMacroResult
return GuiMacroResult