System.PlatformDetection.RtlGetVersion C# (CSharp) Метод

RtlGetVersion() приватный Метод

private RtlGetVersion ( RTL_OSVERSIONINFOEX &lpVersionInformation ) : int
lpVersionInformation RTL_OSVERSIONINFOEX
Результат int
        private static extern int RtlGetVersion(out RTL_OSVERSIONINFOEX lpVersionInformation);