C# Class usertools.WebFuzzer.Forms.Panels.ucStringGenerator

Afficher le fichier Open project: mcorrientes/Web-Security-Toolset Class Usage Examples

Méthodes publiques

Свойство Type Description
checkBoxAllowRepetitions System.Windows.Forms.CheckBox
comboBoxEncoding System.Windows.Forms.ComboBox
numericUpDownStringLength System.Windows.Forms.NumericUpDown
textBoxCharacterSet System.Windows.Forms.TextBox
textBoxName System.Windows.Forms.TextBox

Méthodes publiques

Méthode Description
FieldsValid ( ) : bool
GetGenerator ( ) : StringGenerator
LoadGenerator ( StringGenerator Generator ) : void
ucStringGenerator ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

NoRepititionCount ( ) : double
RepititionCount ( ) : double
buttonGeneratePreview_Click ( object sender, EventArgs e ) : void
ucStringGenerator_Load ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

FieldsValid() public méthode

public FieldsValid ( ) : bool
Résultat bool

GetGenerator() public méthode

public GetGenerator ( ) : StringGenerator
Résultat StringGenerator

LoadGenerator() public méthode

public LoadGenerator ( StringGenerator Generator ) : void
Generator StringGenerator
Résultat void

ucStringGenerator() public méthode

public ucStringGenerator ( ) : System
Résultat System

Property Details

checkBoxAllowRepetitions public_oe property

public System.Windows.Forms.CheckBox checkBoxAllowRepetitions
Résultat System.Windows.Forms.CheckBox

comboBoxEncoding public_oe property

public System.Windows.Forms.ComboBox comboBoxEncoding
Résultat System.Windows.Forms.ComboBox

numericUpDownStringLength public_oe property

public System.Windows.Forms.NumericUpDown numericUpDownStringLength
Résultat System.Windows.Forms.NumericUpDown

textBoxCharacterSet public_oe property

public System.Windows.Forms.TextBox textBoxCharacterSet
Résultat System.Windows.Forms.TextBox

textBoxName public_oe property

public System.Windows.Forms.TextBox textBoxName
Résultat System.Windows.Forms.TextBox