摘要:
最终效果 整体思路 1.通过反射dll内部的所有的方法,找到有command method attribute的方法 2.通过com方法生成tool bar和menu bar tool bar menu bar .处理事件和插件初始化加载 查看代码 Imports System.IO Imports 阅读全文
摘要:
定义自定义类,用于表达cad netapi生成的命令 1 public class myAutoCADNetCmd 2 { 3 public string DllName { get; set; } 4 public string className { get; set; } 5 public s 阅读全文