C# 클래스 Interop.Kernel32.OSVERSIONINFOEX

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
dwBuildNumber int
dwMajorVersion int
dwMinorVersion int
dwOSVersionInfoSize int
dwPlatformId int
wProductType byte
wReserved byte
wServicePackMajor ushort
wServicePackMinor ushort
wSuiteMask ushort

프로퍼티 상세

dwBuildNumber 공개적으로 프로퍼티

public int dwBuildNumber
리턴 int

dwMajorVersion 공개적으로 프로퍼티

public int dwMajorVersion
리턴 int

dwMinorVersion 공개적으로 프로퍼티

public int dwMinorVersion
리턴 int

dwOSVersionInfoSize 공개적으로 프로퍼티

public int dwOSVersionInfoSize
리턴 int

dwPlatformId 공개적으로 프로퍼티

public int dwPlatformId
리턴 int

wProductType 공개적으로 프로퍼티

public byte wProductType
리턴 byte

wReserved 공개적으로 프로퍼티

public byte wReserved
리턴 byte

wServicePackMajor 공개적으로 프로퍼티

public ushort wServicePackMajor
리턴 ushort

wServicePackMinor 공개적으로 프로퍼티

public ushort wServicePackMinor
리턴 ushort

wSuiteMask 공개적으로 프로퍼티

public ushort wSuiteMask
리턴 ushort