MSI Afterburner - MSI Graphics Card Performance Booster

The HardwareMonitorHeader type exposes the following members.

Constructors

  NameDescription
Public methodHardwareMonitorHeader
Initializes a new instance of the HardwareMonitorHeader class.

Methods

  NameDescription
Public methodGetDateTime
Gets the header timestamp respresented as a DateTime structure.
Public methodGetSignatureText
Gets the header signature text represented as a String.
Public methodGetVersionText
Gets the header version represented as a String.
Public methodReadXml
Generates an object from its XML representation.
Public methodToString
Returns a String that represents the MAHM header.
(Overrides Object..::..ToString()()()().)
Public methodWriteXml
Converts this instance into its XML representation.

Properties

  NameDescription
Public propertyEntryCount
Gets the number of entry counts following the header.
Public propertyEntrySize
Gets the size of each entry.
Public propertyGpuEntryCount
Gets the number of gpu entry counts following the header and entries.
Public propertyGpuEntrySize
Gets the size of each GPU entry.
Public propertyHeaderSize
Gets the size of the MAHM header.
Public propertySignature
Gets the signature of the MAHM header.
Public propertyTime
Gets the timestamp of the MAHM header as a seconds offset from January 1, 1970.
Public propertyVersion
Gets the version of the MAHM header.

See Also