2017年8月31日

C#通过代码判断并注册程序集到GAC

摘要: var dllName = "EasyHook.dll"; var dllPath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, dllName); if (System.Runtime.InteropServices.RuntimeEnvironment.Fro... 阅读全文

posted @ 2017-08-31 14:49 空明流光 阅读(372) 评论(0) 推荐(0)

导航