C# 클래스 FindType, shared-source-cli-2.0

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
ClassAdd ( string newClass ) : void
DirAdd ( string dir ) : void
Search ( ) : void
Search ( String theSearchString ) : void
Search ( String theSearchString, String theModule ) : void
ShowAll ( ) : void

비공개 메소드들

메소드 설명
BuildDLLFileList ( String directory, ArrayList list ) : void
DumpEvents ( Type aType ) : void
DumpFields ( Type aType ) : void
DumpInterfaces ( Type aType ) : void
DumpMethods ( Type aType ) : void
DumpProperties ( Type aType ) : void
DumpType ( Type aType ) : void
GetTypeDescription ( Type aType ) : String

메소드 상세

ClassAdd() 공개 메소드

public ClassAdd ( string newClass ) : void
newClass string
리턴 void

DirAdd() 공개 메소드

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

Search() 공개 메소드

public Search ( ) : void
리턴 void

Search() 공개 메소드

public Search ( String theSearchString ) : void
theSearchString String
리턴 void

Search() 공개 메소드

public Search ( String theSearchString, String theModule ) : void
theSearchString String
theModule String
리턴 void

ShowAll() 공개 메소드

public ShowAll ( ) : void
리턴 void