C# 클래스 Phantom.Core.PhantomOptions

상속: AbstractCommandLine
파일 보기 프로젝트 열기: JeremySkinner/Phantom 1 사용 예제들

공개 메소드들

메소드 설명
AddArgument ( string value ) : void
AddTarget ( string target ) : void
Parse ( string args ) : void
PhantomOptions ( ) : System
PrintHelp ( TextWriter writer ) : void

메소드 상세

AddArgument() 공개 메소드

public AddArgument ( string value ) : void
value string
리턴 void

AddTarget() 공개 메소드

public AddTarget ( string target ) : void
target string
리턴 void

Parse() 공개 메소드

public Parse ( string args ) : void
args string
리턴 void

PhantomOptions() 공개 메소드

public PhantomOptions ( ) : System
리턴 System

PrintHelp() 공개 메소드

public PrintHelp ( TextWriter writer ) : void
writer TextWriter
리턴 void