Свойство | Тип | Описание | |
---|---|---|---|
EnterNestedPrompt | void | ||
ExitNestedPrompt | void | ||
Host | System | ||
MakeConsole | void |
Метод | Описание | |
---|---|---|
Dispose ( ) : void | ||
KillConsole ( ) : void | ||
NotifyBeginApplication ( ) : void | ||
NotifyEndApplication ( ) : void |
This API is called after an external application process finishes.
|
|
SetShouldExit ( int exitCode ) : void |
Indicate to the host application that exit has been requested. Pass the exit code that the host application should use when exiting the process.
|
|
WriteNativeError ( string message ) : void | ||
WriteNativeOutput ( string message ) : void |
Метод | Описание | |
---|---|---|
EnterNestedPrompt ( ) : void | ||
ExitNestedPrompt ( ) : void | ||
Host ( PoshConsole control, System.Windows.Controls.Panel progress, |
||
MakeConsole ( ) : void |
public SetShouldExit ( int exitCode ) : void | ||
exitCode | int | |
Результат | void |
public WriteNativeError ( string message ) : void | ||
message | string | |
Результат | void |
public WriteNativeOutput ( string message ) : void | ||
message | string | |
Результат | void |