摘要: using System; using System.Reflection; namespace ConsoleApp2 { class Program { static void Main(string[] args) { //反射获取 命名空间+类名 string className = "Co... 阅读全文
posted @ 2018-02-26 18:17 深南大道 阅读(13666) 评论(0) 推荐(0)