link中如何通过发射创建对象?能不能写点代码参考下?
Assembly assembly = Assembly.GetExecutingAssembly();object obj = assembly.CreateInstance("命名空间.类名");