C# Класс DefaultNamespace.corcls

This utility displays the field, ctor, and method membership of a SSCLI class.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
dumpModules bool
generateWeb bool
moduleName String
showClassNameOnly bool
showHelp bool

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
FindClass ( String className, Assembly module ) : Type

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

Приватные методы

Метод Описание
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.

Описание методов

FindClass() защищенный статический Метод

FindClass() will locate the classname using various search rules.
protected static FindClass ( String className, Assembly module ) : Type
className String
module System.Reflection.Assembly
Результат System.Type

Main() публичный статический Метод

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
Результат void

Описание свойств

dumpModules публичное статическое свойство

public static bool dumpModules
Результат bool

generateWeb публичное статическое свойство

public static bool generateWeb
Результат bool

moduleName публичное свойство

public String moduleName
Результат String

showClassNameOnly публичное статическое свойство

public static bool showClassNameOnly
Результат bool

showHelp публичное статическое свойство

public static bool showHelp
Результат bool