Click or drag to resize

VideoDriverInfo Class

Video Controller Information.

For more information see: Win32_VideoController class

Inheritance Hierarchy
SystemObject
  Xcalibur.Models.Hardware.VideoVideoDriverInfo

Namespace:  Xcalibur.Models.Hardware.Video
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataContractAttribute]
public class VideoDriverInfo : IVideoDriverInfo

The VideoDriverInfo type exposes the following members.

Constructors
  NameDescription
Public methodVideoDriverInfo
Initializes a new instance of the VideoDriverInfo class
Top
Properties
  NameDescription
Public propertyAdapterDacType
Win32_VideoController: Name or identifier of the digital-to-analog converter (DAC) chip. The character set of this property is alphanumeric.
Public propertyAdapterRam
Win32_VideoController: Memory size of the video adapter.
Public propertyCurrentBitsPerPixel
Win32_VideoController: Number of bits used to display each pixel.
Public propertyCurrentHorizontalResolution
Win32_VideoController: Current number of horizontal pixels.
Public propertyCurrentNumberOfColors
Win32_VideoController: Number of colors supported at the current resolution.
Public propertyCurrentRefreshRate
Win32_VideoController: Frequency at which the video controller refreshes the image for the monitor. A value of 0 (zero) indicates the default rate is being used, while 0xFFFFFFFF indicates the optimal rate is being used.
Public propertyCurrentScanMode
Win32_VideoController: Current scan mode.
Public propertyCurrentVerticalResolution
Win32_VideoController: Current number of vertical pixels.
Public propertyDeviceId
Win32_VideoController: Identifier (unique to the computer system) for this video controller.
Public propertyDriverDate
Win32_VideoController: Last modification date and time of the currently installed video driver.
Public propertyDriverVersion
Win32_VideoController: Version number of the video driver.
Public propertyInfFilename
Win32_VideoController: Path to the video adapter's .inf file.
Public propertyInfSection
Win32_VideoController: Section of the .inf file where the Windows video information resides.
Public propertyInstalledDisplayDrivers
Win32_VideoController: Name of the installed display device driver.
Public propertyMaxRefreshRate
Win32_VideoController: Maximum refresh rate of the video controller in hertz.
Public propertyMinRefreshRate
Win32_VideoController: Minimum refresh rate of the video controller in hertz.
Public propertyName
Win32_VideoController: Label by which the object is known. When subclassed, the property can be overridden to be a key property.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also