C# 클래스 DotNetDllSummary.GenerateHtml

파일 보기 프로젝트 열기: kjk/kjkpub 1 사용 예제들

공개 메소드들

메소드 설명
DoDir ( string dir ) : void
DumpCounts ( ) : void
ProcessDll ( string path ) : void
ProcessType ( Mono.Cecil.TypeDefinition type ) : void

비공개 메소드들

메소드 설명
GetTypeCounts ( ) : Tuple
ProcessClass ( Mono.Cecil.TypeDefinition type ) : bool
ProcessEnum ( Mono.Cecil.TypeDefinition type ) : bool
ProcessInterface ( Mono.Cecil.TypeDefinition type ) : bool
ProcessValueType ( Mono.Cecil.TypeDefinition type ) : bool
RegisterType ( Mono.Cecil.TypeDefinition type ) : void

메소드 상세

DoDir() 공개 메소드

public DoDir ( string dir ) : void
dir string
리턴 void

DumpCounts() 공개 메소드

public DumpCounts ( ) : void
리턴 void

ProcessDll() 공개 메소드

public ProcessDll ( string path ) : void
path string
리턴 void

ProcessType() 공개 메소드

public ProcessType ( Mono.Cecil.TypeDefinition type ) : void
type Mono.Cecil.TypeDefinition
리턴 void