C# Class jasmine_headless_webkit_dotnet.Arguments

Datei anzeigen Open project: giggio/jasmine-headless-webkit-dotnet Class Usage Examples

Private Properties

Property Type Description
IsConfigFileRun bool
IsDefaultRun bool
IsHelpRun bool
IsHtmlRun bool
IsJsRun bool

Public Methods

Method Description
Arguments ( ) : System
GetTimeOut ( ) : int
WriteHelp ( ) : void

Private Methods

Method Description
IsConfigFileRun ( ) : bool
IsDefaultRun ( ) : bool
IsHelpRun ( ) : bool
IsHtmlRun ( ) : bool
IsJsRun ( ) : bool

Method Details

Arguments() public method

public Arguments ( ) : System
return System

GetTimeOut() public method

public GetTimeOut ( ) : int
return int

WriteHelp() public static method

public static WriteHelp ( ) : void
return void