C# 클래스 PowerShellHtmlConsole.OutCommand

파일 보기 프로젝트 열기: SzymonPobiega/PowerShellHtmlConsole 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

CreateClear() 공개 정적인 메소드

public static CreateClear ( ) : OutCommand
리턴 OutCommand

CreateExit() 공개 정적인 메소드

public static CreateExit ( ) : OutCommand
리턴 OutCommand

CreatePrint() 공개 정적인 메소드

public static CreatePrint ( string message ) : OutCommand
message string
리턴 OutCommand

CreatePrompt() 공개 정적인 메소드

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

CreatePromptForChoice() 공개 정적인 메소드

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

CreateReadLine() 공개 정적인 메소드

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