摘要:
原文地址:http://blogs.msdn.com/b/netcfteam/archive/2006/09/15/756755.aspx代码如下:using System;using System.IO;using System.Windows.Forms;using Microsoft.Win32;using System.Runtime.InteropServices;using System.Text;namespace PlatformDetection{ internal partial class PInvoke { [DllImport("Coredll.dll&qu 阅读全文