C# Class truecryptbrute.Wordlist.PasswordProgressEventArgs

Inheritance: System.EventArgs
ファイルを表示 Open project: IsNull/TCBrute Class Usage Examples

Public Properties

Property Type Description
WordListCurrentLine int
WordListCurrentPass string
WordListLineCount int

Public Methods

Method Description
PasswordProgressEventArgs ( int uWordListCurrentLine, int uWordListLineCount, string uPass ) : System

Method Details

PasswordProgressEventArgs() public method

public PasswordProgressEventArgs ( int uWordListCurrentLine, int uWordListLineCount, string uPass ) : System
uWordListCurrentLine int
uWordListLineCount int
uPass string
return System

Property Details

WordListCurrentLine public_oe property

public int WordListCurrentLine
return int

WordListCurrentPass public_oe property

public string WordListCurrentPass
return string

WordListLineCount public_oe property

public int WordListLineCount
return int