dCsharp

ClassGraph Class

A graph whose nodes are classes and whose edges are subclass, superclass, and part-of relationships between classes.

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

System.Object
   ClassGraph
      ClassGraph

public class ClassGraph : ClassGraph

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.dCsharp

Assembly: dCsharp (in dCsharp.dll)

See Also

ClassGraph Members | edu.neu.ccs.demeter.dCsharp Namespace