C# 클래스 org.yinwang.pysonar.Options

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

공개 메소드들

메소드 설명
Options ( ) : System
get ( string key ) : object
getArgs ( ) : List
getOptionsMap ( ) : object>.Dictionary
hasOption ( string key ) : bool
main ( string args ) : void
put ( string key, object value ) : void

메소드 상세

Options() 공개 메소드

public Options ( ) : System
리턴 System

get() 공개 메소드

public get ( string key ) : object
key string
리턴 object

getArgs() 공개 메소드

public getArgs ( ) : List
리턴 List

getOptionsMap() 공개 메소드

public getOptionsMap ( ) : object>.Dictionary
리턴 object>.Dictionary

hasOption() 공개 메소드

public hasOption ( string key ) : bool
key string
리턴 bool

main() 공개 정적인 메소드

public static main ( string args ) : void
args string
리턴 void

put() 공개 메소드

public put ( string key, object value ) : void
key string
value object
리턴 void