使用反射器,如何找到属性在代码中的使用方式?
是否可以在 Reflector 或任何其他工具中确定属性的使用方式?我所拥有的只是一些应用了属性的类,我想查看代码(反汇编一些程序集)以了解它是如何使用的。
京东
Is it possible to determine in Reflector or any other tool, how an attribute is being used? All I have are some classes with an attribute being applied, I would like to see the code (disassemble some assemblies) to see how it is being used.
JD
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在树中搜索属性类,右键单击“分析”;在那里您可以看到该会员的使用情况。
You can search the attributeclass in the tree, rightclick and 'Analyze'; there you can see where the member is being used.