摘要:public static string FilterHtml(string string_include_html) { string[] HtmlRegexArr ={ #reg...
阅读全文
posted @ 2014-03-31 23:55
|
|||
03 2014 档案
摘要:public static string FilterHtml(string string_include_html) { string[] HtmlRegexArr ={ #reg...
阅读全文
posted @ 2014-03-31 23:55
摘要://1.获取当前程序域中所有的Assembly Assembly[] assArr = AppDomain.CurrentDomain.GetAssemblies();//2.获取当前 对象 所有在 Assembly Assembly ass = this.GetType().Assembly;//3.根据路径加载Assemblystring assPath = @"..\model\ClassLibrary.dll"; //如果这个*.dll 引用了别一个dllAssembly fromAssembly = Assembly.LoadFrom(assPath);//要加载
阅读全文
posted @ 2014-03-14 16:14
|
|||