C# Class DroidExplorer.Plugins.UI.ProcessViewerForm

Afficher le fichier Open project: camalot/droidexplorer

Private Properties

Свойство Type Description
AddListViewItem void
AddListViewSubItem void
GetListViewItem ListViewItem
GetListViewItems ListView.ListViewItemCollection
InitializeComponent void
SetListViewItemText void
SetUpCpuListView void
UpdateOrAddCpuProcessInfo void

Méthodes publiques

Méthode Description
ProcessViewerForm ( IPluginHost host ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosing ( CancelEventArgs e ) : void

Private Methods

Méthode Description
AddListViewItem ( ListView lv, ListViewItem lvi ) : void
AddListViewSubItem ( ListViewItem lvi, string text ) : void
GetListViewItem ( ListView lv, int index ) : ListViewItem
GetListViewItems ( ListView lv ) : ListView.ListViewItemCollection
InitializeComponent ( ) : void

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

SetListViewItemText ( ListViewItem lvi, string text ) : void
SetUpCpuListView ( ) : void
UpdateOrAddCpuProcessInfo ( DroidExplorer processInfo ) : void

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

OnClosing() protected méthode

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void

ProcessViewerForm() public méthode

public ProcessViewerForm ( IPluginHost host ) : System
host IPluginHost
Résultat System