MSI Afterburner - MSI Graphics Card Performance Booster

The ControlMemoryHeader type exposes the following members.

Constructors

  NameDescription
Public methodControlMemoryHeader
Initializes a new instance of the ControlMemoryHeader 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 MACM header.
(Overrides Object..::..ToString()()()().)
Public methodWriteXml
Converts this instance into its XML representation.

Properties

  NameDescription
Public propertyCommand
Gets the current MACM_SHARED_MEMORY_COMMAND command set in the MACM header.
Public propertyFlags
Gets the MACM_SHARED_MEMORY_FLAG flags currently set in the control header.
Public propertyGpuEntryCount
Gets the number of gpu entry counts following the header.
Public propertyGpuEntrySize
Gets the size of each GPU entry.
Public propertyHeaderSize
Gets the size of the MACM header.
Public propertyMasterGpu
Gets the index for the master GPU.
Public propertySignature
Gets the signature of the MACM header.
Public propertyTime
Gets the timestamp of the MACM header as a seconds offset from January 1, 1970.
Public propertyVersion
Gets the version of the MACM header.

See Also