Add
cland all its non-static members to the class graph as construction edges, if they haven't already been added.
Add
cland 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
typeto the class graph, if it hasn't already been added. If
addFieldsis true, add all its non-static fields as construction edges. If
addMethodsis true, add all its non-static non-void methods with no arguments as derived construction edges.
public virtual void AddClass(Type,bool,bool);