C# Class DefaultNamespace.corcls

This utility displays the field, ctor, and method membership of a SSCLI class.
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Свойство Type Description
dumpModules bool
generateWeb bool
moduleName String
showClassNameOnly bool
showHelp bool

Méthodes publiques

Méthode Description
Main ( String args ) : void

Main does all the real work. call the arg processor, show the help, and run throug the class list on the command line.

Méthodes protégées

Méthode Description
FindClass ( String className, Assembly module ) : Type

FindClass() will locate the classname using various search rules.

Private Methods

Méthode Description
processArgs ( String args ) : String[]

Process the arguments passed to the program. Set all the switches, and return the non-switch arguments (classnames) in an array of strings.

showClass ( Type cls ) : void

showClass() will take the given Class instance and display all the members.

showModule ( Assembly m ) : void

Shows the entire contents of the module.

Method Details

FindClass() protected static méthode

FindClass() will locate the classname using various search rules.
protected static FindClass ( String className, Assembly module ) : Type
className String
module System.Reflection.Assembly
Résultat System.Type

Main() public static méthode

Main does all the real work. call the arg processor, show the help, and run throug the class list on the command line.
public static Main ( String args ) : void
args String
Résultat void

Property Details

dumpModules public_oe static_oe property

public static bool dumpModules
Résultat bool

generateWeb public_oe static_oe property

public static bool generateWeb
Résultat bool

moduleName public_oe property

public String moduleName
Résultat String

showClassNameOnly public_oe static_oe property

public static bool showClassNameOnly
Résultat bool

showHelp public_oe static_oe property

public static bool showHelp
Résultat bool