C# 클래스 AssemblyAnalyzer.AssemblyAnalyzer

파일 보기 프로젝트 열기: platzhersh/FHNW-Java-Projekte 1 사용 예제들

공개 메소드들

메소드 설명
AssemblyAnalyzer ( Assembly asmbly ) : System
AssemblyAnalyzer ( string asmbly ) : System
GetAssembliesFromDir ( string dir ) : void
PrintTypes ( Types typesToPrint, bool includeMethods ) : void

메소드 상세

AssemblyAnalyzer() 공개 메소드

public AssemblyAnalyzer ( Assembly asmbly ) : System
asmbly System.Reflection.Assembly
리턴 System

AssemblyAnalyzer() 공개 메소드

public AssemblyAnalyzer ( string asmbly ) : System
asmbly string
리턴 System

GetAssembliesFromDir() 공개 정적인 메소드

public static GetAssembliesFromDir ( string dir ) : void
dir string
리턴 void

PrintTypes() 공개 메소드

public PrintTypes ( Types typesToPrint, bool includeMethods ) : void
typesToPrint Types
includeMethods bool
리턴 void