摘要: 方法一: var types = AppDomain.CurrentDomain.GetAssemblies() .SelectMany(a => a.GetTypes().Where(t => t.GetInterfaces().Contains(typeof(ISecurity)))) .ToA 阅读全文
posted @ 2017-01-17 21:32 littlewrong 阅读(3455) 评论(0) 推荐(1)