摘要:
public interface A { void A1(); } public class EEEE:A { public void A1() { Console.Write("1111111111"); } }static void Main(string[] args) {Type o = Type.GetType("ConsoleApplication1.EEEE"); A a = (A)Activator.CreateInstance(o);... 阅读全文
posted @ 2013-02-19 10:02
V青山绿水
阅读(156)
评论(0)
推荐(0)

浙公网安备 33010602011771号