SystemInfoEvent Members
Include Protected Members
Include Inherited Members
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Describes a system information event.
The SystemInfoEvent type exposes the following members.
Methods
Name | Description | |
---|---|---|
Compare | Compares the order of two events. (Inherited from OrdinalEvent.) | |
CompareTo | Overloaded. | |
Equals | Determines whether the specified object is equal to the current OrdinalEvent. (Inherited from OrdinalEvent.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Gets a hash code for this OrdinalEvent. (Inherited from OrdinalEvent.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
AvailablePageFileBytes | Gets the available memory the process can commit, in bytes. | |
AvailablePhysicalBytes | Gets the available physical memory, in bytes. | |
AvailableVirtualMemoryBytes | Get the available unreserved and uncommitted user-mode memory for the process, in bytes. | |
BiosDate | Gets the release date of the BIOS. | |
BiosVersion | Gets the version of the BIOS. | |
ClrVersion | Gets the version of the CLR loaded in the process. | |
ComputerName | Gets the NetBIOS name of the computer. | |
Displays | Gets a list of the display settings for the displays attached to the system. | |
IsWow64Process | Gets a flag that determines if the process is running under WOW64. | |
NumberOfProcessors | Gets the number of physical processors in the system. | |
Ordinal | Gets or sets the ordinal value. (Inherited from OrdinalEvent.) | |
OSBuildNumber | Gets the operating system build number. | |
OSMajorVersion | Gets the operating system major version number. | |
OSMinorVersion | Gets the operating system minor version number. | |
OSProductType | Gets the operating system product type. | |
OSRole | Gets the operating system product type or role. | |
ProcessorArchitecture | Gets the processor architecture of the installed operating system. | |
ProcessorLevel | Gets the architecture-dependent processor level. | |
ProcessorRevision | Gets the architecture-dependent processor revision. | |
ProcessorSpeed | Gets the speed of the first CPU in the system in MHz. | |
ServicePack | Gets the name of the latest operating system service pack installed on the system. | |
StartTime | Gets the start time of the recording in UTC format. | |
SystemDirectory | Gets the path of the system directory. | |
SystemLocaleId | Gets the locale identifier (LCID) for the system. | |
SystemManufacturer | Gets the name of the BIOS manufacturer. | |
SystemProductName | Gets the BIOS product name. | |
TimerFrequency | Gets the frequency of the high resolution timer. | |
TimerStartTime | Gets the start time of the high resolution timer. | |
TimeZone | Gets the name of the time zone. | |
TimeZoneBias | Gets the bias of the time zone from UTC, in minutes. | |
TotalPageFileBytes | Gets the size of the committed memory limit for the process, in bytes. | |
TotalPhysicalBytes | Gets the size of physical memory, in bytes. | |
TotalVirtualMemoryBytes | Gets the size of the user-mode virtual address space for the process, in bytes. | |
UserDomain | Gets the domain the process is running in. | |
UserName | Gets the user the process is running as. | |
WindowsDirectory | Gets the path of the Windows directory. |
Top