Метод | Описание | |
---|---|---|
NuDeployPowerShellUserInterface ( IUserInterface userInterface ) : System | ||
Prompt ( string caption, string message, System |
||
PromptForChoice ( string caption, string message, System |
||
PromptForCredential ( string caption, string message, string userName, string targetName ) : System.Management.Automation.PSCredential | ||
PromptForCredential ( string caption, string message, string userName, string targetName, PSCredentialTypes allowedCredentialTypes, PSCredentialUIOptions options ) : System.Management.Automation.PSCredential | ||
ReadLine ( ) : string | ||
ReadLineAsSecureString ( ) : System.Security.SecureString | ||
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 NuDeployPowerShellUserInterface ( IUserInterface userInterface ) : System | ||
userInterface | IUserInterface | |
Результат | System |
public Prompt ( string caption, string message, System |
||
caption | string | |
message | string | |
descriptions | System |
|
Результат | PSObject>.Dictionary |
public PromptForChoice ( string caption, string message, System |
||
caption | string | |
message | string | |
choices | System |
|
defaultChoice | int | |
Результат | int |
public PromptForCredential ( string caption, string message, string userName, string targetName ) : System.Management.Automation.PSCredential | ||
caption | string | |
message | string | |
userName | string | |
targetName | string | |
Результат | System.Management.Automation.PSCredential |
public PromptForCredential ( string caption, string message, string userName, string targetName, PSCredentialTypes allowedCredentialTypes, PSCredentialUIOptions options ) : System.Management.Automation.PSCredential | ||
caption | string | |
message | string | |
userName | string | |
targetName | string | |
allowedCredentialTypes | PSCredentialTypes | |
options | PSCredentialUIOptions | |
Результат | System.Management.Automation.PSCredential |
public ReadLineAsSecureString ( ) : System.Security.SecureString | ||
Результат | System.Security.SecureString |
public Write ( ConsoleColor foregroundColor, ConsoleColor backgroundColor, string value ) : void | ||
foregroundColor | ConsoleColor | |
backgroundColor | ConsoleColor | |
value | string | |
Результат | void |
public WriteDebugLine ( string message ) : void | ||
message | string | |
Результат | void |
public WriteErrorLine ( string value ) : void | ||
value | string | |
Результат | void |
public WriteLine ( ConsoleColor foregroundColor, ConsoleColor backgroundColor, string value ) : void | ||
foregroundColor | ConsoleColor | |
backgroundColor | ConsoleColor | |
value | string | |
Результат | void |
public WriteProgress ( long sourceId, System.Management.Automation.ProgressRecord record ) : void | ||
sourceId | long | |
record | System.Management.Automation.ProgressRecord | |
Результат | void |
public WriteVerboseLine ( string message ) : void | ||
message | string | |
Результат | void |
public WriteWarningLine ( string message ) : void | ||
message | string | |
Результат | void |