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);