C# Class Crisis.Tools.CLI

Mostra file Open project: teeknofil/Crisis-Wordlist-Generator Class Usage Examples

Protected Properties

Property Type Description
repeat bool
saveFile bool
zip bool

Private Properties

Property Type Description

Public Methods

Method Description
CLI ( ) : System
CLI ( bool _bool ) : System
EndPattern ( string args ) : int
FunctionByte ( string args ) : int
FunctionLenght ( string args ) : int
FunctionLine ( string args ) : int
FunctionSaveFiles ( string args ) : int
HelpPrint ( string args ) : int
SelectPattern ( string args ) : int
StartblockPattern ( string args ) : int

Method Details

CLI() public method

public CLI ( ) : System
return System

CLI() public method

public CLI ( bool _bool ) : System
_bool bool
return System

EndPattern() public method

public EndPattern ( string args ) : int
args string
return int

FunctionByte() public method

public FunctionByte ( string args ) : int
args string
return int

FunctionLenght() public method

public FunctionLenght ( string args ) : int
args string
return int

FunctionLine() public method

public FunctionLine ( string args ) : int
args string
return int

FunctionSaveFiles() public method

public FunctionSaveFiles ( string args ) : int
args string
return int

HelpPrint() public method

public HelpPrint ( string args ) : int
args string
return int

SelectPattern() public method

public SelectPattern ( string args ) : int
args string
return int

StartblockPattern() public method

public StartblockPattern ( string args ) : int
args string
return int

Property Details

repeat protected_oe property

protected bool repeat
return bool

saveFile protected_oe property

protected bool saveFile
return bool

zip protected_oe property

protected bool zip
return bool