dCsharp

ClassGraph.AddClass Method

Add

cl
and all its non-static members to the class graph as construction edges, if they haven't already been added.

Overload List

Add

cl
and all its non-static members to the class graph as construction edges, if they haven't already been added.

public virtual void AddClass(Type);

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,bool,bool);

See Also

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