Click or drag to resize

ModuleInfo Properties

The ModuleInfo type exposes the following members.

Properties
  NameDescription
Public propertyBaseAddress
Gets or sets the base address.
Public propertyDescription
Gets or sets the description.
(Inherited from ProcessInfoBase.)
Public propertyElapsedTime
Gets or sets the elapsed time.
(Inherited from ProcessInfoBase.)
Public propertyFilePath
Gets or sets the file path.
Public propertyHandle
Gets or sets the handle.
Public propertyIDProcess
Gets or sets the ID process.
(Inherited from ProcessInfoBase.)
Public propertyName
Gets or sets the name.
(Inherited from ProcessInfoBase.)
Public propertyPercentPrivilegedTime
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.)
Public propertyPercentProcessorTime
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.)
Public propertyPercentUserTime
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.)
Public propertyPriorityBase
Gets or sets the priority base.
(Inherited from ProcessInfoBase.)
Public propertyProcessId
Gets or sets the process identifier.
Public propertyTimestampObject
Object-defined timestamp, defined by the provider.
(Inherited from ProcessInfoBase.)
Public propertyTimestampSys100Ns
Win32_PerfRawData_PerfProc_Process: Timestamp_Sys100NS: Timestamp value in 100 nanosecond units.
(Inherited from ProcessInfoBase.)
Top
See Also