PrintTypes() public méthode

public PrintTypes ( Types typesToPrint, bool includeMethods ) : void
typesToPrint Types
includeMethods bool
Résultat void
 static void Main(string[] args)
 {
     var a = new AssemblyAnalyzer("PersonAdminLib.dll");
     a.PrintTypes(AssemblyAnalyzer.Types.Any, true);
 }