truecryptbrute.Wordlist.PasswordProgressEventArgs.PasswordProgressEventArgs C# (CSharp) Méthode

PasswordProgressEventArgs() public méthode

public PasswordProgressEventArgs ( int uWordListCurrentLine, int uWordListLineCount, string uPass ) : System
uWordListCurrentLine int
uWordListLineCount int
uPass string
Résultat System
        public PasswordProgressEventArgs(int uWordListCurrentLine, int uWordListLineCount, string uPass)
        {
            WordListCurrentLine = uWordListCurrentLine;
            WordListLineCount = uWordListLineCount;
            WordListCurrentPass = uPass;
        }
PasswordProgressEventArgs