Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一些 .dll 和 .xml(例如 FarsiLibrary.Resources.dll ,FarsiLibrary.Resources.xml)与波斯日历一起使用。
如何在我的项目中导入它。
注意:我使用的是 Visual Studio 2012。
DLL 的“右键单击项目 -> 添加引用 -> 浏览...”。为 XML 添加现有文件。
您只需要执行以下操作
还是您在寻找[DllImport("dll")]?更多在这里
[DllImport("dll")]