C# Class AssemblyAnalyzer.AssemblyAnalyzer

Afficher le fichier Open project: platzhersh/FHNW-Java-Projekte Class Usage Examples

Méthodes publiques

Méthode Description
AssemblyAnalyzer ( Assembly asmbly ) : System
AssemblyAnalyzer ( string asmbly ) : System
GetAssembliesFromDir ( string dir ) : void
PrintTypes ( Types typesToPrint, bool includeMethods ) : void

Method Details

AssemblyAnalyzer() public méthode

public AssemblyAnalyzer ( Assembly asmbly ) : System
asmbly System.Reflection.Assembly
Résultat System

AssemblyAnalyzer() public méthode

public AssemblyAnalyzer ( string asmbly ) : System
asmbly string
Résultat System

GetAssembliesFromDir() public static méthode

public static GetAssembliesFromDir ( string dir ) : void
dir string
Résultat void

PrintTypes() public méthode

public PrintTypes ( Types typesToPrint, bool includeMethods ) : void
typesToPrint Types
includeMethods bool
Résultat void