/// <summary> /// Default constructor. /// </summary> public Driver(D3D.AdapterInformation adapterInfo) { this.desktopMode = adapterInfo.CurrentDisplayMode; this.name = adapterInfo.Information.DriverName; this.description = adapterInfo.Information.Description; this.adapterNum = adapterInfo.Adapter; videoModeList = new VideoModeCollection(); }