C# 클래스 DefaultNamespace.corcls

This utility displays the field, ctor, and method membership of a SSCLI class.
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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