C# 获取当前执行DLL 所在路径
摘要:
有的时候,当前执行的DLL 和启动的EXE 所在路径并不一致,这时我们想要获得当前执行DLL 所在路径可以使用下面的方法。 // Summary: // Gets the path or UNC location of the loaded file that contains the manife 阅读全文
posted @ 2019-11-26 15:51 西秀岭 阅读(6502) 评论(0) 推荐(1) 编辑