C# WebBrowser External 注意问题

1. External 类必须 [ComVisible(true)]

2. External 类必须 public class YourExternal[]

3. External 类函数必须 public , 否则 window.external 不可见。

posted on 2010-03-30 11:32  norsd  阅读(154)  评论(0编辑  收藏  举报

导航