C# Class DroidExplorer.Core.IO.ProcessInfo

Datei anzeigen Open project: camalot/droidexplorer Class Usage Examples

Public Methods

Method Description
ProcessInfo ( int id, string name, int thread, long vss, long rss, string user, int cpu ) : System

Private Methods

Method Description
ProcessInfo ( int id, string name, int ppid, long size, string user ) : System

Method Details

ProcessInfo() public method

public ProcessInfo ( int id, string name, int thread, long vss, long rss, string user, int cpu ) : System
id int
name string
thread int
vss long
rss long
user string
cpu int
return System