ClientOSInformation 클래스

정의

PlayReady 클라이언트 구현이 필요에 따라 라이선스 서버에 제공할 수 있는 추가 클라이언트 OS 정보를 나타냅니다.

public class ClientOSInformation
type ClientOSInformation = class
Public Class ClientOSInformation
상속
ClientOSInformation

생성자

Name Description
ClientOSInformation(String, String, String, String)

ClientOSInformation 클래스의 새 인스턴스를 초기화합니다.

속성

Name Description
GraphicsDriverDeviceId

클라이언트 그래픽 드라이버의 디바이스 식별자를 가져옵니다.

GraphicsDriverVendorId

클라이언트 그래픽 드라이버의 공급업체 식별자를 가져옵니다.

GraphicsDriverVersion

클라이언트의 그래픽 드라이버 버전을 가져옵니다.

OSVersion

클라이언트의 OS 버전을 가져옵니다.

적용 대상