摘要: System.Reflection.Assembly assembly = System.Reflection.Assembly.GetExecutingAssembly(); Type[] types = assembly.GetTypes(); types得到当前程序集... 阅读全文
posted @ 2014-10-08 14:26 ConstSurpass 阅读(182) 评论(0) 推荐(0)
摘要: static void Application_ThreadException(object sender, System.Threading.ThreadExceptionEventArgs e) { } static void CurrentDom... 阅读全文
posted @ 2014-10-08 14:10 ConstSurpass 阅读(539) 评论(0) 推荐(0)