摘要:
//1.Load(命名空间名称,即程序集),GetType(命名空间.类名) Type type = Assembly.Load("DapperNet").GetType("DapperNet.RefFS.RefClass"); //2.GetMethod(需要调用的方法名称) MethodInfo 阅读全文
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text; namespace stringConvertClass{ class test { public void Method() { C 阅读全文