C# Class Phantom.Core.PhantomOptions

Inheritance: AbstractCommandLine
Exibir arquivo Open project: JeremySkinner/Phantom Class Usage Examples

Public Methods

Method Description
AddArgument ( string value ) : void
AddTarget ( string target ) : void
Parse ( string args ) : void
PhantomOptions ( ) : System
PrintHelp ( TextWriter writer ) : void

Method Details

AddArgument() public method

public AddArgument ( string value ) : void
value string
return void

AddTarget() public method

public AddTarget ( string target ) : void
target string
return void

Parse() public method

public Parse ( string args ) : void
args string
return void

PhantomOptions() public method

public PhantomOptions ( ) : System
return System

PrintHelp() public method

public PrintHelp ( TextWriter writer ) : void
writer TextWriter
return void