C# Class PowerShellHtmlConsole.OutCommand

显示文件 Open project: SzymonPobiega/PowerShellHtmlConsole Class Usage Examples

Public Methods

Method Description
CreateClear ( ) : OutCommand
CreateExit ( ) : OutCommand
CreatePrint ( string message ) : OutCommand
CreatePrompt ( string caption, string message, List fields ) : OutCommand
CreatePromptForChoice ( string caption, string message, List options ) : OutCommand
CreateReadLine ( bool secure, string overrideProppt ) : OutCommand

Method Details

CreateClear() public static method

public static CreateClear ( ) : OutCommand
return OutCommand

CreateExit() public static method

public static CreateExit ( ) : OutCommand
return OutCommand

CreatePrint() public static method

public static CreatePrint ( string message ) : OutCommand
message string
return OutCommand

CreatePrompt() public static method

public static CreatePrompt ( string caption, string message, List fields ) : OutCommand
caption string
message string
fields List
return OutCommand

CreatePromptForChoice() public static method

public static CreatePromptForChoice ( string caption, string message, List options ) : OutCommand
caption string
message string
options List
return OutCommand

CreateReadLine() public static method

public static CreateReadLine ( bool secure, string overrideProppt ) : OutCommand
secure bool
overrideProppt string
return OutCommand