APRlib

ClassGraph Class

ClassGraph is a directed graph formed by ClassDefinition objects as Nodes and subclasses of EdgeBase as Edges. ClassDefinition is a Wrapper and a Decorator around System.Type that maintains the information discovered by Reflection and also adds functionality to the Type object. The different edge types are: - InterfaceEdge. - BaseClassEdge. - SubClassEdge. - PartEdge.

For a list of all members of this type, see ClassGraph Members.

System.Object
   ClassGraph

public class ClassGraph : IClassGraph

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: edu.neu.ccs.demeter.APRlib.cd

Assembly: APRlib (in APRlib.dll)

See Also

ClassGraph Members | edu.neu.ccs.demeter.APRlib.cd Namespace