该文件是本机DLL,这意味着您无法通过“添加引用”将其添加到.NET项目中。您可以通过Dllimport使用它(请参见http://msdn.microsoft.com/zh-
cn/library/system
.runtime.interopservices.dllimportattribute.aspx)

该文件是本机DLL,这意味着您无法通过“添加引用”将其添加到.NET项目中。您可以通过Dllimport使用它(请参见http://msdn.microsoft.com/zh-
cn/library/system
.runtime.interopservices.dllimportattribute.aspx)