C# 클래스 Sql2Growl.CommandLine

파일 보기 프로젝트 열기: knippers/sql2growl

공개 메소드들

메소드 설명
CommandLine ( String p_arguments ) : System
FlagSet ( String p_flag ) : System.Boolean
GetOption ( String p_option ) : string
OptionSet ( String p_option ) : System.Boolean

보호된 메소드들

메소드 설명
Match ( String p_argOne, String p_argTwo ) : System.Boolean

메소드 상세

CommandLine() 공개 메소드

public CommandLine ( String p_arguments ) : System
p_arguments String
리턴 System

FlagSet() 공개 메소드

public FlagSet ( String p_flag ) : System.Boolean
p_flag String
리턴 System.Boolean

GetOption() 공개 메소드

public GetOption ( String p_option ) : string
p_option String
리턴 string

Match() 보호된 메소드

protected Match ( String p_argOne, String p_argTwo ) : System.Boolean
p_argOne String
p_argTwo String
리턴 System.Boolean

OptionSet() 공개 메소드

public OptionSet ( String p_option ) : System.Boolean
p_option String
리턴 System.Boolean