| Handle |
Returns process identifier. |
| Caption |
Returns short description of the process. |
| CreationDate |
Returns the date and time when the process was created. |
| Description |
Returns description of the process. |
| ExecutablePath |
Returns path to an executable file of the process. |
| HandleCount |
Returns number of handles currently open by a process. |
| KernelModeTime |
Returns the time that the process has executed in kernel mode. |
| MaxWorkingSetSize |
Returns maximum size of process' working set. |
| MinWorkingSetSize |
Returns minimum size of process' working set. |
| Name |
Returns name of the process. |
| OtherOperationCount |
Returns number of other I/O operations performed. |
| OtherTransferCount |
Returns amount of data transferred. |
| PageFaults |
Returns number of page faults generated by the process. |
| PageFileUsage |
Returns amount of page file space used by the process. |
| ParentProcessId |
Returns identifier of the process that created this process. |
| PeakPageFileUsage |
Returns peak usage of space in a page file. |
| PeakVirtualSize |
Returns peak usage of virtual memory for the process. |
| PeakWorkingSetSize |
Returns peak size of process working size. |
| Priority |
Returns scheduling priority of the process within the operating system. |
| PrivatePageCount |
Returns number of private memory pages. |
| ProcessId |
Returns global process identifier that can be used to identify a process. |
| QuotaNonPagePoolUsage |
Returns quota amount of non-paged pool usage for the process. |
| QuotaPagePoolUsage |
Returns quota amount of paged pool usage for the process. |
| QuotaPeakNonPagePoolUsage |
Returns peak quota amount of non-paged pool usage for the process. |
| QuotaPeakPagePoolUsage |
Returns peak quota amount of paged pool usage for the process. |
| ReadOperationCount |
Returns number of read operations performed by the process. |
| ReadTransferCount |
Returns amount of data read by the process. |
| SessionId |
Returns identifier of the session that the process belongs to. |
| ThreadCount |
Returns number of active threads in this process. |
| UserModeTime |
Returns time that the process has executed in user mode. |
| WorkingSetSize |
Returns size of working set for the process. |
| WriteOperationCount |
Returns number of write operations performed. |
| WriteTransferCount |
Returns amount of data written by the process. |