bigloo.os.GetOSVersion C# (CSharp) Method

GetOSVersion() private static method

private static GetOSVersion ( ) : byte[]
return byte[]
        private static byte[] GetOSVersion()
        {
            return foreign.getbytes( Environment.OSVersion.Version.ToString() );
        }