C# 클래스 System.PlatformDetection

파일 보기 프로젝트 열기: dotnet/corefx

비공개 메소드들

메소드 설명
GetIsWindowsSubsystemForLinux ( ) : bool
GetOSXKernelVersion ( ) : System.Version
GetWindowsBuildNumber ( ) : int
GetWindowsMinorVersion ( ) : int
GetWindowsVersion ( ) : int
IsDistroAndVersion ( string distroId, string versionId = null ) : bool

Get whether the OS platform matches the given Linux distro and optional version.

ParseOsReleaseFile ( ) : IdVersionPair
RtlGetVersion ( RTL_OSVERSIONINFOEX &lpVersionInformation ) : int
sysctlbyname ( string ctlName, byte oldp, IntPtr &oldpLen, byte newp, IntPtr newpLen ) : int