ModuleInfo Properties |
The ModuleInfo type exposes the following members.
Name | Description | |
---|---|---|
BaseAddress |
Gets or sets the base address.
| |
Description |
Gets or sets the description.
(Inherited from ProcessInfoBase.) | |
ElapsedTime |
Gets or sets the elapsed time.
(Inherited from ProcessInfoBase.) | |
FilePath |
Gets or sets the file path.
| |
Handle |
Gets or sets the handle.
| |
IDProcess |
Gets or sets the ID process.
(Inherited from ProcessInfoBase.) | |
Name |
Gets or sets the name.
(Inherited from ProcessInfoBase.) | |
PercentPrivilegedTime |
Percentage of elapsed time that this thread has spent executing code in privileged
mode. When the operating system system service is called, the service often runs in
privileged mode to gain access to system-private data. Such data is protected from
access by threads executing in user mode. Calls to the system can be explicit or
implicit such as page faults and interrupts. Unlike some early operating systems, the
operating system uses process boundaries for subsystem protection in addition to the
traditional protection of user and privileged modes. These subsystem processes provide
additional protection. Therefore, some work done by the operating system on behalf of
your application might appear in other subsystem processes in addition to the
privileged time in your process.
(Inherited from ProcessInfoBase.) | |
PercentProcessorTime |
Percentage of elapsed time that all of the threads of this process used the processor
to execute instructions. An instruction is the basic unit of execution in a computer,
a thread is the object that executes instructions, and a process is the object created
when a program is run. Code executed to handle some hardware interrupts and trap
conditions is included in this count.
(Inherited from ProcessInfoBase.) | |
PercentUserTime |
Percentage of elapsed time that this process's threads have spent executing code in
user mode. Applications, environment subsystems and integral subsystems execute in
user mode. Code executing in user mode cannot damage the integrity of the operating
system executive, kernel, and device drivers. The operating system uses process
boundaries for subsystem protection in addition to the traditional protection of user
and privileged modes. These subsystem processes provide additional protection.
Therefore, some work done by the operating system on behalf of your application might
appear in other subsystem processes in addition to the privileged time in your process.
(Inherited from ProcessInfoBase.) | |
PriorityBase |
Gets or sets the priority base.
(Inherited from ProcessInfoBase.) | |
ProcessId |
Gets or sets the process identifier.
| |
TimestampObject |
Object-defined timestamp, defined by the provider.
(Inherited from ProcessInfoBase.) | |
TimestampSys100Ns |
Win32_PerfRawData_PerfProc_Process: Timestamp_Sys100NS:
Timestamp value in 100 nanosecond units.
(Inherited from ProcessInfoBase.) |