C# Class truecryptbrute.Wordlist.PasswordProgressEventArgs

Inheritance: System.EventArgs
Show file 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 property

public int WordListCurrentLine
return int

WordListCurrentPass public property

public string WordListCurrentPass
return string

WordListLineCount public property

public int WordListLineCount
return int