C#反射

一、反射就是動態獲取程序集的元數據的功能 沒有經過添加引用 和使用使用using就是用的反射原理web 二、Type 類實現反射的一個重要的類c# ctrl+shift + f12svg // 加載程序集文件 AppDomain.CurrentDomain.BaseDirectory 得到exe 所在目錄的根路徑 string path = Path.Combine(AppDomain.Curr
相關文章
相關標籤/搜索