Process Properties

MSBuild Extension Pack

Process Properties MSBuild Extension Pack Help 4.0.12.0

The Process type exposes the following members.

Properties

  Name Description
Public property IncludeUserInfo
Sets whether to include user information for processes. Including this will slow the query. Default is false;
Public property IsRunning
Gets whether the process is running
Public property Parameters
Sets the Parameters for Create. Use #~# separate name and value.
Public property 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
Public property ProcessId
Gets or Sets the ProcessId
Public property ProcessName
Sets the regular expression to use for filtering processes. Default is .*
Public property ReturnValue
Gets the ReturnValue for Create
Public property User
Sets the regular expression to use for filtering processes. Default is .*
Top
See Also

Reference