摘要: string assemblyLoc = typeof(YourClassName).Assembly.Location;//YourClassName就是当前assembly中的Class名称 string assemblyPath = Path.GetDirectoryName(assembly 阅读全文
posted @ 2021-05-07 15:44 ZedFFF 阅读(628) 评论(0) 推荐(0)