ClientOSInformation(String, String, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ClientOSInformation class.
public ClientOSInformation (string graphicsDriverVendorId, string graphicsDriverDeviceId, string graphicsDriverVersion, string osVersion);
new Microsoft.Media.Drm.ClientOSInformation : string * string * string * string -> Microsoft.Media.Drm.ClientOSInformation
Public Sub New (graphicsDriverVendorId As String, graphicsDriverDeviceId As String, graphicsDriverVersion As String, osVersion As String)
Parameters
- graphicsDriverVendorId
- String
The vendor identifier of the client's graphics driver.
- graphicsDriverDeviceId
- String
The device identifier of the client's graphics driver.
- graphicsDriverVersion
- String
The client's graphics driver version.
- osVersion
- String
The client's OS version.