C# 클래스 OpenIDE.Bootstrapping.AppSettings

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

공개 프로퍼티들

프로퍼티 타입 설명
LoggingEnabled bool
Plugin string
RawOutput bool

공개 메소드들

메소드 설명
AppSettings ( string path, Func handlers, Func pluginHandlers ) : System
Parse ( string args ) : string[]

비공개 메소드들

메소드 설명
fixPath ( string path ) : string
splitValue ( string value ) : string[]

메소드 상세

AppSettings() 공개 메소드

public AppSettings ( string path, Func handlers, Func pluginHandlers ) : System
path string
handlers Func
pluginHandlers Func
리턴 System

Parse() 공개 메소드

public Parse ( string args ) : string[]
args string
리턴 string[]

프로퍼티 상세

LoggingEnabled 공개적으로 프로퍼티

public bool LoggingEnabled
리턴 bool

Plugin 공개적으로 프로퍼티

public string Plugin
리턴 string

RawOutput 공개적으로 프로퍼티

public bool RawOutput
리턴 bool