C# 클래스 Brunet.Applications.RuntimeParameters

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

공개 프로퍼티들

프로퍼티 타입 설명
AppDescription string
AppName string
Validator ConfigurationValidator

보호된 프로퍼티들

프로퍼티 타입 설명
_error_message string
_help bool
_node_config NodeConfig
_node_config_path string
_options OptionSet

공개 메소드들

메소드 설명
Parse ( string args ) : int
RuntimeParameters ( string app_name, string app_description ) : NDesk.Options
ShowHelp ( ) : void

메소드 상세

Parse() 공개 메소드

public Parse ( string args ) : int
args string
리턴 int

RuntimeParameters() 공개 메소드

public RuntimeParameters ( string app_name, string app_description ) : NDesk.Options
app_name string
app_description string
리턴 NDesk.Options

ShowHelp() 공개 메소드

public ShowHelp ( ) : void
리턴 void

프로퍼티 상세

AppDescription 공개적으로 프로퍼티

public string AppDescription
리턴 string

AppName 공개적으로 프로퍼티

public string AppName
리턴 string

Validator 공개적으로 프로퍼티

public ConfigurationValidator,Brunet.Applications Validator
리턴 ConfigurationValidator

_error_message 보호되어 있는 프로퍼티

protected string _error_message
리턴 string

_help 보호되어 있는 프로퍼티

protected bool _help
리턴 bool

_node_config 보호되어 있는 프로퍼티

protected NodeConfig,Brunet.Applications _node_config
리턴 NodeConfig

_node_config_path 보호되어 있는 프로퍼티

protected string _node_config_path
리턴 string

_options 보호되어 있는 프로퍼티

protected OptionSet _options
리턴 OptionSet