C# Class NCloudWatch.Gui.PerformanceCounterSelector

Inheritance: System.Windows.Forms.UserControl
显示文件 Open project: sklose/NCloudWatch

Public Methods

Method Description
PerformanceCounterSelector ( ) : System

Initializes a new instance of the PerformanceCounterSelector class.

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.

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 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

PerformanceCounterSelector() public method

Initializes a new instance of the PerformanceCounterSelector class.
public PerformanceCounterSelector ( ) : System
return System