C# Класс usertools.WebFuzzer.Forms.Panels.ucRandomStringGenerator

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
checkBoxAllowRepetitions System.Windows.Forms.CheckBox
comboBoxEncoding System.Windows.Forms.ComboBox
numericUpDownNumberOfStrings System.Windows.Forms.NumericUpDown
numericUpDownStringLength System.Windows.Forms.NumericUpDown
textBoxCharacterSet System.Windows.Forms.TextBox
textBoxName System.Windows.Forms.TextBox

Открытые методы

Метод Описание
FieldsValid ( ) : bool
GetGenerator ( ) : RandomStringGenerator
LoadGenerator ( RandomStringGenerator Generator ) : void
ucRandomStringGenerator ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
InitializeComponent ( ) : void

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

ucRandomStringGenerator_Load ( object sender, EventArgs e ) : void

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

FieldsValid() публичный Метод

public FieldsValid ( ) : bool
Результат bool

GetGenerator() публичный Метод

public GetGenerator ( ) : RandomStringGenerator
Результат RandomStringGenerator

LoadGenerator() публичный Метод

public LoadGenerator ( RandomStringGenerator Generator ) : void
Generator RandomStringGenerator
Результат void

ucRandomStringGenerator() публичный Метод

public ucRandomStringGenerator ( ) : System
Результат System

Описание свойств

checkBoxAllowRepetitions публичное свойство

public System.Windows.Forms.CheckBox checkBoxAllowRepetitions
Результат System.Windows.Forms.CheckBox

comboBoxEncoding публичное свойство

public System.Windows.Forms.ComboBox comboBoxEncoding
Результат System.Windows.Forms.ComboBox

numericUpDownNumberOfStrings публичное свойство

public System.Windows.Forms.NumericUpDown numericUpDownNumberOfStrings
Результат System.Windows.Forms.NumericUpDown

numericUpDownStringLength публичное свойство

public System.Windows.Forms.NumericUpDown numericUpDownStringLength
Результат System.Windows.Forms.NumericUpDown

textBoxCharacterSet публичное свойство

public System.Windows.Forms.TextBox textBoxCharacterSet
Результат System.Windows.Forms.TextBox

textBoxName публичное свойство

public System.Windows.Forms.TextBox textBoxName
Результат System.Windows.Forms.TextBox