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.
我使用具有一些通用功能的 c#(创建了 .dll 文件)制作了一个通用库。
现在我有一个解决方案,它在 vb 和 c++ 上制作了这么多项目。
现在,我在此解决方案中添加了上面的 dll 文件(通过添加参考)。
我想从 dll 访问这些常用功能到所有项目。这可能吗??如果是,那么如何?
对于每个 C++ 和 VB.NET 项目,右键单击 References 并添加 C# 项目作为参考。
然后访问您的 c# 类和方法,就像您从 .NET“内置”库中访问一样。
如果它不是您的解决方案中的项目,那么对于每个项目,浏览到 dll 并以这种方式添加它。