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# 项目中,我希望互操作在 clr 项目中定义的函数。我通常使用
__declspec( dllexport )
在本机 c++ 项目的情况下的函数定义中。如何使函数可与 clr 项目互操作?
制作您要调用的ref类和方法。然后从您的 C# 项目中引用该项目。publicpublic
ref
public