C#反射

一、反射就是动态获取程序集的元数据的功能 没有经过添加引用 和使用使用using就是用的反射原理web 二、Type 类实现反射的一个重要的类c# ctrl+shift + f12svg // 加载程序集文件 AppDomain.CurrentDomain.BaseDirectory 得到exe 所在目录的根路径 string path = Path.Combine(AppDomain.Curr
相关文章
相关标签/搜索