开发者

Using reflector, how do you find how an attribute is used in code?

开发者 https://www.devze.com 2022-12-12 12:35 出处:网络
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 开发者_C百科(disas

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 开发者_C百科(disassemble some assemblies) to see how it is being used.

JD


You can search the attributeclass in the tree, rightclick and 'Analyze'; there you can see where the member is being used.

0

精彩评论

暂无评论...
验证码 换一张
取 消