dcom接口中输入参数是bstr类型,c#使用方法是InvokeMember(MethodName, System.Reflection.BindingFlags.InvokeMethod, null, ComInstance, args);
c#输入参数是string类型,参数放在args object[],报错,请教使用方法,是写法不对,还是哪边问题
使用tlbimp生成com组件的C#代理,支持操作代理更简单,你的这个方法是延迟绑定,写法是有些复杂
http://blog.csdn.net/superleolx/article/details/4092193 这个文章有例子