C# Class AssemblyAnalyzer.AssemblyAnalyzer

Show file Open project: platzhersh/FHNW-Java-Projekte Class Usage Examples

Public Methods

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

Method Details

AssemblyAnalyzer() public method

public AssemblyAnalyzer ( Assembly asmbly ) : System
asmbly System.Reflection.Assembly
return System

AssemblyAnalyzer() public method

public AssemblyAnalyzer ( string asmbly ) : System
asmbly string
return System

GetAssembliesFromDir() public static method

public static GetAssembliesFromDir ( string dir ) : void
dir string
return void

PrintTypes() public method

public PrintTypes ( Types typesToPrint, bool includeMethods ) : void
typesToPrint Types
includeMethods bool
return void