C# Class FindType, shared-source-cli-2.0

显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
ClassAdd ( string newClass ) : void
DirAdd ( string dir ) : void
Search ( ) : void
Search ( String theSearchString ) : void
Search ( String theSearchString, String theModule ) : void
ShowAll ( ) : void

Private Methods

Method Description
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

Method Details

ClassAdd() public method

public ClassAdd ( string newClass ) : void
newClass string
return void

DirAdd() public method

public DirAdd ( string dir ) : void
dir string
return void

Search() public method

public Search ( ) : void
return void

Search() public method

public Search ( String theSearchString ) : void
theSearchString String
return void

Search() public method

public Search ( String theSearchString, String theModule ) : void
theSearchString String
theModule String
return void

ShowAll() public method

public ShowAll ( ) : void
return void