API Reference
Class
ProcessInfo
Describes a running process.
Inheritance
- Object
- ProcessInfo
Constructors
public ProcessInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ComputerName { get; set; } #Name of the computer hosting the process.
public String Path { get; set; } #Path to the image file when available.
public String Owner { get; set; } #Owner account in DOMAIN\User or User form.
public Int64 MemoryUsage { get; set; } #Working set size in bytes.
public Nullable<Int32> SessionId { get; set; } #Session ID when available.
public Nullable<DateTime> StartTimeUtc { get; set; } #Process start time in UTC when available.
public String MainWindowTitle { get; set; } #Main window title when available for a local process query.
public Nullable<Boolean> HasMainWindow { get; set; } #Whether the process appears to expose a main window.
public Nullable<Boolean> IsResponding { get; set; } #Whether the process is responding when that status can be observed.