C# 클래스 MS.Win32.NativeMethods.OSVERSIONINFOEX

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

공개 프로퍼티들

프로퍼티 타입 설명
buildNumber int
majorVersion int
minorVersion int
osVersionInfoSize int
platformId int
productType byte
reserved byte
servicePackMajor short
servicePackMinor short
suiteMask short

공개 메소드들

메소드 설명
OSVERSIONINFOEX ( ) : System

메소드 상세

OSVERSIONINFOEX() 공개 메소드

public OSVERSIONINFOEX ( ) : System
리턴 System

프로퍼티 상세

buildNumber 공개적으로 프로퍼티

public int buildNumber
리턴 int

majorVersion 공개적으로 프로퍼티

public int majorVersion
리턴 int

minorVersion 공개적으로 프로퍼티

public int minorVersion
리턴 int

osVersionInfoSize 공개적으로 프로퍼티

public int osVersionInfoSize
리턴 int

platformId 공개적으로 프로퍼티

public int platformId
리턴 int

productType 공개적으로 프로퍼티

public byte productType
리턴 byte

reserved 공개적으로 프로퍼티

public byte reserved
리턴 byte

servicePackMajor 공개적으로 프로퍼티

public short servicePackMajor
리턴 short

servicePackMinor 공개적으로 프로퍼티

public short servicePackMinor
리턴 short

suiteMask 공개적으로 프로퍼티

public short suiteMask
리턴 short