Method | Description | |
---|---|---|
Prompt ( string caption, string message, ICollection |
||
PromptForChoice ( string caption, string message, ICollection |
||
ReadLine ( ) : string | ||
UiaPSHostUI ( ) : System | ||
Write ( ConsoleColor foregroundColor, ConsoleColor backgroundColor, string value ) : void | ||
Write ( string value ) : void | ||
WriteDebugLine ( string message ) : void | ||
WriteErrorLine ( string value ) : void | ||
WriteLine ( ) : void | ||
WriteLine ( ConsoleColor foregroundColor, ConsoleColor backgroundColor, string value ) : void | ||
WriteLine ( string value ) : void | ||
WriteProgress ( long sourceId, System.Management.Automation.ProgressRecord record ) : void | ||
WriteVerboseLine ( string message ) : void | ||
WriteWarningLine ( string message ) : void |
public Prompt ( string caption, string message, ICollection |
||
caption | string | |
message | string | |
descriptions | ICollection |
|
return | PSObject>.Dictionary |
public PromptForChoice ( string caption, string message, ICollection |
||
caption | string | |
message | string | |
choices | ICollection |
|
defaultChoice | int | |
return | int |
public Write ( ConsoleColor foregroundColor, ConsoleColor backgroundColor, string value ) : void | ||
foregroundColor | ConsoleColor | |
backgroundColor | ConsoleColor | |
value | string | |
return | void |
public WriteDebugLine ( string message ) : void | ||
message | string | |
return | void |
public WriteErrorLine ( string value ) : void | ||
value | string | |
return | void |
public WriteLine ( ConsoleColor foregroundColor, ConsoleColor backgroundColor, string value ) : void | ||
foregroundColor | ConsoleColor | |
backgroundColor | ConsoleColor | |
value | string | |
return | void |
public WriteProgress ( long sourceId, System.Management.Automation.ProgressRecord record ) : void | ||
sourceId | long | |
record | System.Management.Automation.ProgressRecord | |
return | void |
public WriteVerboseLine ( string message ) : void | ||
message | string | |
return | void |
public WriteWarningLine ( string message ) : void | ||
message | string | |
return | void |