C# 클래스 VuzitCL.ArgvParser

Class for parsing command-line arguments.
파일 보기 프로젝트 열기: vuzit/vuzit.net 1 사용 예제들

공개 메소드들

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

Base constructor for a single argument.

GetArg ( string argument1, string argument2 ) : string

Returns the data for an argument.

this ( string param ) : string

Returns the parser option or null if it does not exist.

비공개 메소드들

메소드 설명
Extract ( string args ) : void

Extract command line parameters and values stored in a string array

메소드 상세

ArgvParser() 공개 메소드

Base constructor for a single argument.
public ArgvParser ( string args ) : System
args string
리턴 System

GetArg() 공개 메소드

Returns the data for an argument.
public GetArg ( string argument1, string argument2 ) : string
argument1 string
argument2 string
리턴 string

this() 공개 메소드

Returns the parser option or null if it does not exist.
public this ( string param ) : string
param string
리턴 string