创建可通过VBScript访问的c# dll
本文关键字:dll 访问 可通过 VBScript 创建 | 更新日期: 2023-09-27 18:10:31
我使用Visual Studio 2010创建了一个c# dll。我可以用regasm注册它。我还为我的类使用了[ComVisible(true)]。问题是,我无法从VBScript访问此dll。我记得在Project | Properties屏幕中有一个设置。那是什么环境?还是有别的办法?
查看这篇关于使用Visual c#创建COM组件的优秀文章。网http://blog.stevedoria.net/20051008/creating-com-components-using-visual-csharp-dot-net