Process Properties | MSBuild Extension Pack Help 4.0.12.0 |
The Process type exposes the following members.
Properties
Name | Description | |
---|---|---|
IncludeUserInfo |
Sets whether to include user information for processes. Including this will slow the query. Default is false;
|
|
IsRunning |
Gets whether the process is running
|
|
Parameters |
Sets the Parameters for Create. Use #~# separate name and value.
|
|
Processes |
Gets the list of processes. The process name is used as the identity and the following metadata is set: Caption, Description, Handle, HandleCount, KernelModeTime, PageFaults, PageFileUsage, ParentProcessId, PeakPageFileUsage, PeakVirtualSize, PeakWorkingSetSize, Priority, PrivatePageCount, ProcessId, QuotaNonPagedPoolUsage, QuotaPagedPoolUsage, QuotaPeakNonPagedPoolUsage, QuotaPeakPagedPoolUsage, ReadOperationCount, ReadTransferCount, SessionId, ThreadCount, UserModeTime, VirtualSize, WindowsVersion, WorkingSetSize, WriteOperationCount, WriteTransferCount
|
|
ProcessId |
Gets or Sets the ProcessId
|
|
ProcessName |
Sets the regular expression to use for filtering processes. Default is .*
|
|
ReturnValue |
Gets the ReturnValue for Create
|
|
User |
Sets the regular expression to use for filtering processes. Default is .*
|
See Also