How to generate dependency graph programmatically in VS2010?
-
Tuesday, March 27, 2012 8:01 AM
i see the there is a dependency graph function in menu
How to generate dependency graph for functions programmatically in VS2010 such as for automatic VS2010?
would like to access the object Graph programmtically
if so, does this graph called augmented call graph? if not, what is augmented call graph- Edited by 沈世鈞 Tuesday, March 27, 2012 8:27 AM
All Replies
-
Sunday, April 01, 2012 9:09 AM
-
Monday, April 16, 2012 1:11 AMcan we generate and access dependency graph of visual studio 2010 ultimate in c# ?
-
Thursday, May 03, 2012 11:11 PMOwner
In Visual Studio 2010 ultimate you can generate the graph using the DTE command "Architecutre.ByAssembly" then you can access the ITextBuffer and extract the DGML text in XML format.
- Proposed As Answer by Chris LovettMicrosoft Employee, Owner Thursday, May 03, 2012 11:11 PM
- Marked As Answer by 沈世鈞 Friday, May 04, 2012 8:01 AM

