C# 클래스 TI.Toolbox.CmdLineArgs

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

공개 메소드들

메소드 설명
Count ( ) : int
FindArg ( string cmdArg ) : bool
FindArgParam ( string cmdArg, string &argParam ) : bool
Get ( string &cmdArgs ) : bool
GetCaseSensitivity ( ) : bool
Set ( string args ) : bool
SetCaseSensitivity ( bool newCaseSensitivity ) : bool

비공개 메소드들

메소드 설명
Compare ( string cmdLineArg, string cmdArg ) : bool

메소드 상세

Count() 공개 메소드

public Count ( ) : int
리턴 int

FindArg() 공개 메소드

public FindArg ( string cmdArg ) : bool
cmdArg string
리턴 bool

FindArgParam() 공개 메소드

public FindArgParam ( string cmdArg, string &argParam ) : bool
cmdArg string
argParam string
리턴 bool

Get() 공개 메소드

public Get ( string &cmdArgs ) : bool
cmdArgs string
리턴 bool

GetCaseSensitivity() 공개 메소드

public GetCaseSensitivity ( ) : bool
리턴 bool

Set() 공개 메소드

public Set ( string args ) : bool
args string
리턴 bool

SetCaseSensitivity() 공개 메소드

public SetCaseSensitivity ( bool newCaseSensitivity ) : bool
newCaseSensitivity bool
리턴 bool