Class ProcessObject
Inheritance
System.Object
ProcessObject
Assembly: AsaLib.dll
Syntax
public class ProcessObject : CollectObject
Constructors
|
Improve this Doc
View Source
ProcessObject(Int32, String)
Declaration
public ProcessObject(int Id, string ProcessName)
Parameters
| Type |
Name |
Description |
| System.Int32 |
Id |
|
| System.String |
ProcessName |
|
Properties
|
Improve this Doc
View Source
BasePriority
Declaration
public int BasePriority { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
HasExited
Declaration
public bool HasExited { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
Id
Declaration
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
Identity
The identity of a ProcessObject is just the PID.
Declaration
public override string Identity { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
|
Improve this Doc
View Source
MainModule
Declaration
public ProcessModuleObject MainModule { get; set; }
Property Value
|
Improve this Doc
View Source
Modules
Declaration
public List<ProcessModuleObject> Modules { get; set; }
Property Value
|
Improve this Doc
View Source
PriorityClass
Declaration
public ProcessPriorityClass PriorityClass { get; set; }
Property Value
| Type |
Description |
| ProcessPriorityClass |
|
|
Improve this Doc
View Source
ProcessName
Declaration
public string ProcessName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
StartTime
Declaration
public DateTime StartTime { get; set; }
Property Value
| Type |
Description |
| DateTime |
|
Methods
|
Improve this Doc
View Source
FromProcess(Process)
Declaration
public static ProcessObject FromProcess(Process process)
Parameters
| Type |
Name |
Description |
| Process |
process |
|
Returns