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
Public method Compare Compares the order of two events. (Inherited from OrdinalEvent.)
Public method CompareTo Overloaded.
Public method Equals Determines whether the specified object is equal to the current OrdinalEvent. (Inherited from OrdinalEvent.)
Protected method 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.)
Public method GetHashCode Gets a hash code for this OrdinalEvent. (Inherited from OrdinalEvent.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Public property AvailablePageFileBytes Gets the available memory the process can commit, in bytes.
Public property AvailablePhysicalBytes Gets the available physical memory, in bytes.
Public property AvailableVirtualMemoryBytes Get the available unreserved and uncommitted user-mode memory for the process, in bytes.
Public property BiosDate Gets the release date of the BIOS.
Public property BiosVersion Gets the version of the BIOS.
Public property ClrVersion Gets the version of the CLR loaded in the process.
Public property ComputerName Gets the NetBIOS name of the computer.
Public property Displays Gets a list of the display settings for the displays attached to the system.
Public property IsWow64Process Gets a flag that determines if the process is running under WOW64.
Public property NumberOfProcessors Gets the number of physical processors in the system.
Public property Ordinal Gets or sets the ordinal value. (Inherited from OrdinalEvent.)
Public property OSBuildNumber Gets the operating system build number.
Public property OSMajorVersion Gets the operating system major version number.
Public property OSMinorVersion Gets the operating system minor version number.
Public property OSProductType Gets the operating system product type.
Public property OSRole Gets the operating system product type or role.
Public property ProcessorArchitecture Gets the processor architecture of the installed operating system.
Public property ProcessorLevel Gets the architecture-dependent processor level.
Public property ProcessorRevision Gets the architecture-dependent processor revision.
Public property ProcessorSpeed Gets the speed of the first CPU in the system in MHz.
Public property ServicePack Gets the name of the latest operating system service pack installed on the system.
Public property StartTime Gets the start time of the recording in UTC format.
Public property SystemDirectory Gets the path of the system directory.
Public property SystemLocaleId Gets the locale identifier (LCID) for the system.
Public property SystemManufacturer Gets the name of the BIOS manufacturer.
Public property SystemProductName Gets the BIOS product name.
Public property TimerFrequency Gets the frequency of the high resolution timer.
Public property TimerStartTime Gets the start time of the high resolution timer.
Public property TimeZone Gets the name of the time zone.
Public property TimeZoneBias Gets the bias of the time zone from UTC, in minutes.
Public property TotalPageFileBytes Gets the size of the committed memory limit for the process, in bytes.
Public property TotalPhysicalBytes Gets the size of physical memory, in bytes.
Public property TotalVirtualMemoryBytes Gets the size of the user-mode virtual address space for the process, in bytes.
Public property UserDomain Gets the domain the process is running in.
Public property UserName Gets the user the process is running as.
Public property WindowsDirectory Gets the path of the Windows directory.

Top

See Also

Reference

SystemInfoEvent Class

Microsoft.VisualStudio.TraceLog Namespace