C# 클래스 ConEmu.WinForms.GuiMacroExecutor

Implements calling GuiMacro to the remote ConEmu instance, and getting the result.

Got switching implementation for out-of-process (classic, via a console tool) and in-process (new feature which loads the helper comm DLL directly) access.

상속: IDisposable
파일 보기 프로젝트 열기: Maximus5/conemu-inside 1 사용 예제들

공개 메소드들

메소드 설명
GuiMacroExecutor ( [ asLibrary ) : System

Inits the object, loads the extender DLL if known. If NULL, in-process operations will not be available.

비공개 메소드들

메소드 설명
ExecuteInProcessAsync ( int nConEmuPid, [ asMacro ) : Task
ExecuteViaExtenderProcessAsync ( [ macrotext, int nConEmuPid, [ sConEmuConsoleExtenderExecutablePath ) : Task
IDisposable ( ) : void
LoadConEmuDll ( [ asLibrary ) : void
UnloadConEmuDll ( ) : void

메소드 상세

GuiMacroExecutor() 공개 메소드

Inits the object, loads the extender DLL if known. If NULL, in-process operations will not be available.
public GuiMacroExecutor ( [ asLibrary ) : System
asLibrary [
리턴 System