Property | Type | Description | |
---|---|---|---|
CollectVerticesAndFamilyEdgesFrom | void | ||
GetDependencyEdges | IEnumerable |
Method | Description | |
---|---|---|
CilGraphGetter ( ) : System |
Creates a new CilGraphGetter.
|
|
Get ( ) : ICilGraph |
Traverses a root item to get a graph of CIL objects and their dependencies.
|
Method | Description | |
---|---|---|
CollectVerticesAndFamilyEdgesFrom ( object item, HashSet |
Collects an item and its children as graph vertices.
|
|
GetDependencyEdges ( HashSet |
Gets edges by looking at dependencies for all vertices in a graph. All vertices should be collected before this method is called. |