C# 클래스 Bari.Console.UI.ConsoleParameters

Implements the IParameters interface by parsing the command line
상속: IParameters
파일 보기 프로젝트 열기: vigoo/bari 1 사용 예제들

공개 메소드들

메소드 설명
ConsoleParameters ( string args ) : System

Creates the parameter object and immediately parse the arguments

비공개 메소드들

메소드 설명
GetGlobalParameterExtraArgCount ( string arg ) : int
IsGlobalParameter ( string arg ) : bool

메소드 상세

ConsoleParameters() 공개 메소드

Creates the parameter object and immediately parse the arguments
public ConsoleParameters ( string args ) : System
args string The command line arguments to be parsed
리턴 System