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

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public ClassAdd ( string newClass ) : void
newClass string
Résultat void

DirAdd() public méthode

public DirAdd ( string dir ) : void
dir string
Résultat void

Search() public méthode

public Search ( ) : void
Résultat void

Search() public méthode

public Search ( String theSearchString ) : void
theSearchString String
Résultat void

Search() public méthode

public Search ( String theSearchString, String theModule ) : void
theSearchString String
theModule String
Résultat void

ShowAll() public méthode

public ShowAll ( ) : void
Résultat void