Invoking callhierarchy for a method
Posted
by Steven
on Stack Overflow
See other posts from Stack Overflow
or by Steven
Published on 2010-04-28T09:15:02Z
Indexed on
2010/04/28
9:23 UTC
Read the original article
Hit count: 203
hi, I have an object of type IMethod which represents a method .I want to get the Call Hierarchy of this method . Which methods should i call to get the call hierarchy of a method? Is there any method by which i can do it? I know that i can get it by ctrl+alt+H but i want the code or method for invoking it. Thanks
© Stack Overflow or respective owner