C# 클래스 Stratosphere.Command.CommandLineParser.ParsedCommandLineOptions

상속: CommandLineOptions
파일 보기 프로젝트 열기: petrohi/Stratosphere

공개 메소드들

메소드 설명
Contains ( string name ) : bool
ParsedCommandLineOptions ( string commandLine, Option>.Dictionary options ) : System
TryGet ( string name, string &value ) : bool

메소드 상세

Contains() 공개 메소드

public Contains ( string name ) : bool
name string
리턴 bool

ParsedCommandLineOptions() 공개 메소드

public ParsedCommandLineOptions ( string commandLine, Option>.Dictionary options ) : System
commandLine string
options Option>.Dictionary
리턴 System

TryGet() 공개 메소드

public TryGet ( string name, string &value ) : bool
name string
value string
리턴 bool