C# 클래스 ConEmu.WinForms.GuiMacroBuilder

Fluent API for constructing a GUI macro. Start with the running ConEmuSession, call ConEmuSession.BeginGuiMacro.
파일 보기 프로젝트 열기: Maximus5/conemu-inside

공개 메소드들

메소드 설명
ExecuteSync ( ) : GuiMacroResult

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

비공개 메소드들

메소드 설명
ExecuteAsync ( ) : Task
GuiMacroBuilder ( [ owner, [ sMacroName, [ parameters ) : System
IsAlphanumeric ( [ s ) : bool
RenderMacroCommand ( [ sMacroName, [ parameters ) : string
WithParam ( [ value ) : GuiMacroBuilder
WithParam ( int value ) : GuiMacroBuilder

메소드 상세

ExecuteSync() 공개 메소드

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