标签: c# .net com
我们采用哪种类型的项目在Visual Studio中创建COM组件?我们可以在C#中实现IUnknown接口及其方法QueryInteface(),Addref()和Release()吗
答案 0 :(得分:3)
您可以在C#中创建COM组件,如Windows窗体,库等。您还可以实现IUnknown。您需要在Project Properties中将COM Visible设置为true。
请查看MSDN