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

Inheritance: System.Windows.Forms.UserControl
显示文件 Open project: mcorrientes/Web-Security-Toolset Class Usage Examples

Public Properties

Property Type Description
comboBoxEncoding System.Windows.Forms.ComboBox
numericUpDownIncrement System.Windows.Forms.NumericUpDown
numericUpDownStartCharacter System.Windows.Forms.NumericUpDown
numericUpDownStopCharacter System.Windows.Forms.NumericUpDown
textBoxName System.Windows.Forms.TextBox

Public Methods

Method Description
FieldsValid ( ) : bool
GetGenerator ( ) : CharacterGenerator
LoadGenerator ( CharacterGenerator Generator ) : void
ucCharacterGenerator ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

ucCharacterGenerator_Load ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

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

FieldsValid() public method

public FieldsValid ( ) : bool
return bool

GetGenerator() public method

public GetGenerator ( ) : CharacterGenerator
return usertools.WebFuzzer.Components.Generators.CharacterGenerator

LoadGenerator() public method

public LoadGenerator ( CharacterGenerator Generator ) : void
Generator usertools.WebFuzzer.Components.Generators.CharacterGenerator
return void

ucCharacterGenerator() public method

public ucCharacterGenerator ( ) : System
return System

Property Details

comboBoxEncoding public_oe property

public System.Windows.Forms.ComboBox comboBoxEncoding
return System.Windows.Forms.ComboBox

numericUpDownIncrement public_oe property

public System.Windows.Forms.NumericUpDown numericUpDownIncrement
return System.Windows.Forms.NumericUpDown

numericUpDownStartCharacter public_oe property

public System.Windows.Forms.NumericUpDown numericUpDownStartCharacter
return System.Windows.Forms.NumericUpDown

numericUpDownStopCharacter public_oe property

public System.Windows.Forms.NumericUpDown numericUpDownStopCharacter
return System.Windows.Forms.NumericUpDown

textBoxName public_oe property

public System.Windows.Forms.TextBox textBoxName
return System.Windows.Forms.TextBox