C# 클래스 GuidGen.Cmdline

Class that helps process the command line arguments
파일 보기 프로젝트 열기: michaelmcdaniel/GuidgenConsole

공개 메소드들

메소드 설명
Get ( int index ) : Argument
Get ( string name ) : Argument
Has ( int index ) : bool
Has ( string name ) : bool

비공개 메소드들

메소드 설명
Cmdline ( ) : System

Static constructor that preloads all the arguments from the command line.

메소드 상세

Get() 공개 정적인 메소드

public static Get ( int index ) : Argument
index int
리턴 Argument

Get() 공개 정적인 메소드

public static Get ( string name ) : Argument
name string
리턴 Argument

Has() 공개 정적인 메소드

public static Has ( int index ) : bool
index int
리턴 bool

Has() 공개 정적인 메소드

public static Has ( string name ) : bool
name string
리턴 bool