C# Class MemoScope.Modules.Process.ProcessInfoViewer

Inheritance: System.Windows.Forms.UserControl
ファイルを表示 Open project: fremag/MemoScope.Net

Public Methods

Method Description
ProcessInfoViewer ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Nettoyage des ressources utilisées.

Private Methods

Method Description
AddValue ( string name, string group, object>.Func func, bool visible = false, string format = "{0:###,###,###,##0}", bool addSeries = true ) : void
AddValue ( string name, string alias, string group, object>.Func func, bool visible = false, string format = "{0:###,###,###,##0}", bool addSeries = true ) : void
InitializeComponent ( ) : void

Méthode requise pour la prise en charge du concepteur - ne modifiez pas le contenu de cette méthode avec l'éditeur de code.

timer_Tick ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Nettoyage des ressources utilisées.
protected Dispose ( bool disposing ) : void
disposing bool true si les ressources managées doivent être supprimées ; sinon, false.
return void

ProcessInfoViewer() public method

public ProcessInfoViewer ( ) : System
return System