C# Class NCloudWatch.Gui.PerformanceCounterSelector

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: sklose/NCloudWatch

Méthodes publiques

Méthode Description
PerformanceCounterSelector ( ) : System

Initializes a new instance of the PerformanceCounterSelector class.

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.

LoadInstances ( ) : void
LoadPerformanceCounterCategories ( ) : void
LoadPerformanceCounters ( ) : void
OnSelectedItemChanged ( EventArgs e ) : void

Raises the E:SelectedItemChanged event.

PerformanceCounterSelector_Load ( object sender, EventArgs e ) : void

Handles the Load event of the PerformanceCounterSelector control.

categoryComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the SelectedIndexChanged event of the categoryComboBox control.

counterList_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the 1 event of the counterList_SelectedIndexChanged control.

instanceComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the SelectedIndexChanged event of the instanceComboBox control.

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

PerformanceCounterSelector() public méthode

Initializes a new instance of the PerformanceCounterSelector class.
public PerformanceCounterSelector ( ) : System
Résultat System