C# 클래스 GuiCompare.MasterClass

상속: CompClass
파일 보기 프로젝트 열기: mono/mono-tools

공개 메소드들

메소드 설명
GetAttributes ( ) : List
GetBaseType ( ) : string
GetConstructors ( ) : List
GetEvents ( ) : List
GetFields ( ) : List
GetInterfaces ( ) : List
GetMethods ( ) : List
GetNestedClasses ( ) : List
GetNestedDelegates ( ) : List
GetNestedEnums ( ) : List
GetNestedInterfaces ( ) : List
GetNestedStructs ( ) : List
GetProperties ( ) : List
GetTypeParameters ( ) : List
MasterClass ( XMLClass cls, CompType type ) : System

메소드 상세

GetAttributes() 공개 메소드

public GetAttributes ( ) : List
리턴 List

GetBaseType() 공개 메소드

public GetBaseType ( ) : string
리턴 string

GetConstructors() 공개 메소드

public GetConstructors ( ) : List
리턴 List

GetEvents() 공개 메소드

public GetEvents ( ) : List
리턴 List

GetFields() 공개 메소드

public GetFields ( ) : List
리턴 List

GetInterfaces() 공개 메소드

public GetInterfaces ( ) : List
리턴 List

GetMethods() 공개 메소드

public GetMethods ( ) : List
리턴 List

GetNestedClasses() 공개 메소드

public GetNestedClasses ( ) : List
리턴 List

GetNestedDelegates() 공개 메소드

public GetNestedDelegates ( ) : List
리턴 List

GetNestedEnums() 공개 메소드

public GetNestedEnums ( ) : List
리턴 List

GetNestedInterfaces() 공개 메소드

public GetNestedInterfaces ( ) : List
리턴 List

GetNestedStructs() 공개 메소드

public GetNestedStructs ( ) : List
리턴 List

GetProperties() 공개 메소드

public GetProperties ( ) : List
리턴 List

GetTypeParameters() 공개 메소드

public GetTypeParameters ( ) : List
리턴 List

MasterClass() 공개 메소드

public MasterClass ( XMLClass cls, CompType type ) : System
cls XMLClass
type CompType
리턴 System