메소드 | 설명 | |
---|---|---|
LockOutput ( ) : void | ||
MockConsole ( string defaultPrompt ) : System | ||
Output ( string text ) : void | ||
Output ( string text, string level ) : void | ||
ReadLine ( string p, bool isCommand, bool e ) : string | ||
UnlockOutput ( ) : void |
public MockConsole ( string defaultPrompt ) : System | ||
defaultPrompt | string | |
리턴 | System |
public ReadLine ( string p, bool isCommand, bool e ) : string | ||
p | string | |
isCommand | bool | |
e | bool | |
리턴 | string |