Click or drag to resize

IProcess Properties

The IProcess type exposes the following members.

Properties
  NameDescription
Public propertyChildren
Gets the collection of child objects.
(Inherited from IObjectTreeNode.)
Public propertyCommandLine
The command line passed to the process at the moment of the process creation.
Public propertyCPUUsage
The approximate percentage of time the CPU is currently spending for the process execution.
Public propertyFileVersionInfo
Specifies the version information of the executable that started the process.
Public propertyHandleCount
Returns the number of used handles in the process.
Public propertyMemUsage
The amount of memory (in kilobytes) the process is currently using.
Public propertyParent
The parent object.
(Inherited from IObjectTreeNode.)
Public propertyPath
The path to the executable that started the process.
Public propertyPriority
Returns the process priority within the operating system.
Public propertyProcessId
Returns the process identifier.
Public propertyProcessType
Specifies the code type of the process (x64 or x86).
Public propertySessionId
Specifies the identifier of the session in which the process is running.
Public propertyThreadCount
Returns the number of active threads in the process.
Public propertyUserName
The name of the user account that started the process.
Public propertyVMSize
The amount of virtual memory (in kilobytes) the process is currently using.
Top
See Also