WmiMonitorDescriptorMethods class

The WmiMonitorDescriptorMethods WMI class contains methods that obtain the raw content of Video Input Definition of Video Electronics Standard Association (VESA) Enhanced Extended Display Identification Data (E-EDID) v.1.x standard 128-byte data blocks.

Syntax

class WmiMonitorDescriptorMethods : MSMonitorClass
{
  boolean Active;
  string  InstanceName;
};

Members

The WmiMonitorDescriptorMethods class has these types of members:

Methods

The WmiMonitorDescriptorMethods class has these methods.

Method Description
WmiGetMonitorRawEEdidV1Block Accesses the raw data for a specified EDID v.1.x descriptor block.

Properties

The WmiMonitorDescriptorMethods class has these properties.

Active

Data type: boolean

Access type: Read-only

Indicates the active monitor.

InstanceName

Data type: string

Access type: Read-only

Qualifiers: Key

Name of the specific monitor instance.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\wmi
MOF
WmiCore.mof
DLL
WmiProv.dll

See also

MSMonitorClass