프로퍼티 | 타입 | 설명 | |
---|---|---|---|
currentApp | IConsoleApp | ||
debug | |||
keyboard | IKeyboard | ||
shell | IConsoleApp |
메소드 | 설명 | |
---|---|---|
AppManager ( |
||
DumpData ( string data ) : void | ||
DumpDataLine ( string data ) : void | ||
DumpStackTrace ( int line ) : void | ||
Poll ( ) : void | ||
ProcessInterrupt ( uint interrupt, uint errorCode ) : void | ||
SetCurrentApplication ( IConsoleApp app ) : void | ||
Start ( ) : void | ||
StartApp ( IConsoleApp app, |
public AppManager ( |
||
debug | ||
keyboard | IKeyboard | |
리턴 | System.IO |
public ProcessInterrupt ( uint interrupt, uint errorCode ) : void | ||
interrupt | uint | |
errorCode | uint | |
리턴 | void |
public SetCurrentApplication ( IConsoleApp app ) : void | ||
app | IConsoleApp | |
리턴 | void |
public StartApp ( IConsoleApp app, |
||
app | IConsoleApp | |
input | ||
output | ||
enableEcho | bool | |
parameters | string | |
리턴 | void |