C# 클래스 Por.OnionGenerator.Settings

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

공개 프로퍼티들

프로퍼티 타입 설명
AppName string

공개 메소드들

메소드 설명
Settings ( ) : System
ShowHelp ( TextWriter o ) : void
ShowOptionsError ( string message ) : void
TryParse ( string args ) : bool

메소드 상세

Settings() 공개 메소드

public Settings ( ) : System
리턴 System

ShowHelp() 공개 메소드

public ShowHelp ( TextWriter o ) : void
o System.IO.TextWriter
리턴 void

ShowOptionsError() 공개 메소드

public ShowOptionsError ( string message ) : void
message string
리턴 void

TryParse() 공개 메소드

public TryParse ( string args ) : bool
args string
리턴 bool

프로퍼티 상세

AppName 공개적으로 프로퍼티

public string AppName
리턴 string