检测程序集中的 DllImportAttribute 及其数据
我试图(在运行时)找到 p/invokes 及其信息:1)Dll 名称 2)EntryPoint。
我尝试了这样的方法: Assembly.GetExecutingAssembly().GetCustomAttributesData();
但由于某种原因,我没有看到那里列出的类型 DllImportAttribute
尽管我有 ap/invoke集会。
我很确定这里遗漏了一些东西。有什么想法吗?
谢谢!
I am trying to find (at runtime) the the the p/invokes along with their information: 1) Dll name 2) EntryPoint.
I tried something like this: Assembly.GetExecutingAssembly().GetCustomAttributesData();
but for some reason I dont see the type DllImportAttribute
listed there although I have a p/invoke in that assembly.
I am pretty sure am missing something here. Any ideas?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)