System.PlatformDetection.RtlGetVersion C# (CSharp) Method

RtlGetVersion() private method

private RtlGetVersion ( RTL_OSVERSIONINFOEX &lpVersionInformation ) : int
lpVersionInformation RTL_OSVERSIONINFOEX
return int
        private static extern int RtlGetVersion(out RTL_OSVERSIONINFOEX lpVersionInformation);