摘要:
System.Threading.Timer简单用法 阅读全文
随笔档案-2014年02月
.Net下反射用法
2014-02-07 14:48 by chenmenghappy, 221 阅读, 收藏,
摘要:
//需要反射的类 string refClass = info.ChargeClass; //当前类所在的dll string path = Environment.CurrentDirectory + "\\ActionManager.dll"; //加载dll Assembly t = Assembly.LoadFile(path); //创建类的实例 ... 阅读全文
浙公网安备 33010602011771号