C# 클래스 FirstFloor.ModernUI.Win32.WindowsVersionHelper

파일 보기 프로젝트 열기: gro-ove/actools

공개 메소드들

메소드 설명
GetVersion ( ) : string
IsWindowsVersionOrGreater ( KnownWindows windows ) : bool

Indicates if the running OS version matches, or is greater than, the provided OS.

비공개 메소드들

메소드 설명
IsWindowsVersionOrGreater ( uint majorVersion, uint minorVersion, ushort servicePackMajor ) : bool

Indicates if the current OS version matches, or is greater than, the provided version information. This method is useful in confirming a version of Windows Server that doesn’t share a version number with a client release.

VerSetConditionMask ( ulong dwlConditionMask, uint dwTypeBitMask, byte dwConditionMask ) : ulong
VerifyVersionInfo ( [ lpVersionInfo, uint dwTypeMask, ulong dwlConditionMask ) : bool
WindowsVersionHelper ( ) : System

Initializes dictionary of operating systems.

메소드 상세

GetVersion() 공개 정적인 메소드

public static GetVersion ( ) : string
리턴 string

IsWindowsVersionOrGreater() 공개 정적인 메소드

Indicates if the running OS version matches, or is greater than, the provided OS.
public static IsWindowsVersionOrGreater ( KnownWindows windows ) : bool
windows KnownWindows OS to compare running OS to.
리턴 bool