dCsharp

ClassGraph Constructor (Assembly, Boolean, Boolean)

Make a class graph from all classes in the package named

pkg
. If
f
is true, include all non-static fields; if
m
is true, include all non-static non-void no-argument methods. These settings will apply by default for all classes added to the class graph in the future.

public ClassGraph(
   Assembly assembly,
   bool includeFields,
   bool includeMethods
);

See Also

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