C# 클래스 Crisis.Tools.CLI

파일 보기 프로젝트 열기: teeknofil/Crisis-Wordlist-Generator 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
repeat bool
saveFile bool
zip bool

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

CLI() 공개 메소드

public CLI ( ) : System
리턴 System

CLI() 공개 메소드

public CLI ( bool _bool ) : System
_bool bool
리턴 System

EndPattern() 공개 메소드

public EndPattern ( string args ) : int
args string
리턴 int

FunctionByte() 공개 메소드

public FunctionByte ( string args ) : int
args string
리턴 int

FunctionLenght() 공개 메소드

public FunctionLenght ( string args ) : int
args string
리턴 int

FunctionLine() 공개 메소드

public FunctionLine ( string args ) : int
args string
리턴 int

FunctionSaveFiles() 공개 메소드

public FunctionSaveFiles ( string args ) : int
args string
리턴 int

HelpPrint() 공개 메소드

public HelpPrint ( string args ) : int
args string
리턴 int

SelectPattern() 공개 메소드

public SelectPattern ( string args ) : int
args string
리턴 int

StartblockPattern() 공개 메소드

public StartblockPattern ( string args ) : int
args string
리턴 int

프로퍼티 상세

repeat 보호되어 있는 프로퍼티

protected bool repeat
리턴 bool

saveFile 보호되어 있는 프로퍼티

protected bool saveFile
리턴 bool

zip 보호되어 있는 프로퍼티

protected bool zip
리턴 bool