C# 클래스 NUnit.Framework.Internal.OSPlatform

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

공개 프로퍼티들

프로퍼티 타입 설명
MacOSXPlatformID PlatformID
UnixPlatformID_Microsoft PlatformID
UnixPlatformID_Mono PlatformID
XBoxPlatformID PlatformID

공개 메소드들

메소드 설명
OSPlatform ( PlatformID platform, System.Version version ) : Microsoft.Win32

Construct from a platform ID and version

OSPlatform ( PlatformID platform, System.Version version, ProductType product ) : Microsoft.Win32

Construct from a platform ID, version and product type

비공개 메소드들

메소드 설명
CheckIfIsMacOSX ( PlatformID platform ) : bool
GetVersionEx ( OSVERSIONINFOEX &osvi ) : bool
GetWindows81PlusVersion ( System.Version version ) : System.Version

Gets the actual OS Version, not the incorrect value that might be returned for Win 8.1 and Win 10

If an application is not manifested as Windows 8.1 or Windows 10, the version returned from Environment.OSVersion will not be 6.3 and 10.0 respectively, but will be 6.2 and 6.3. The correct value can be found in the registry.

uname ( IntPtr buf ) : int

메소드 상세

OSPlatform() 공개 메소드

Construct from a platform ID and version
public OSPlatform ( PlatformID platform, System.Version version ) : Microsoft.Win32
platform PlatformID
version System.Version
리턴 Microsoft.Win32

OSPlatform() 공개 메소드

Construct from a platform ID, version and product type
public OSPlatform ( PlatformID platform, System.Version version, ProductType product ) : Microsoft.Win32
platform PlatformID
version System.Version
product ProductType
리턴 Microsoft.Win32

프로퍼티 상세

MacOSXPlatformID 공개적으로 정적으로 프로퍼티

Platform ID for MacOSX as defined by .NET and Mono
public static PlatformID MacOSXPlatformID
리턴 PlatformID

UnixPlatformID_Microsoft 공개적으로 정적으로 프로퍼티

Platform ID for Unix as defined by Microsoft .NET 2.0 and greater
public static PlatformID UnixPlatformID_Microsoft
리턴 PlatformID

UnixPlatformID_Mono 공개적으로 정적으로 프로퍼티

Platform ID for Unix as defined by Mono
public static PlatformID UnixPlatformID_Mono
리턴 PlatformID

XBoxPlatformID 공개적으로 정적으로 프로퍼티

Platform ID for XBox as defined by .NET and Mono
public static PlatformID XBoxPlatformID
리턴 PlatformID