dCsharp

ClassGraph.AddClass Method (Type, Boolean, Boolean)

Add

type
to the class graph, if it hasn't already been added. If
addFields
is true, add all its non-static fields as construction edges. If
addMethods
is true, add all its non-static non-void methods with no arguments as derived construction edges.

public virtual void AddClass(
   Type type,
   bool addFields,
   bool addMethods
);

See Also

ClassGraph Class | edu.neu.ccs.demeter.dCsharp Namespace | ClassGraph.AddClass Overload List