C# 클래스 GuiCompare.CompClass

상속: CompNamed, ICompAttributeContainer, ICompTypeContainer, ICompMemberContainer, ICompHasBaseType, ICompGenericParameter
파일 보기 프로젝트 열기: remobjects/mono-tools

공개 메소드들

메소드 설명
CompClass ( string name, CompType type ) : System
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

메소드 상세

CompClass() 공개 메소드

public CompClass ( string name, CompType type ) : System
name string
type CompType
리턴 System

GetAttributes() 공개 추상적인 메소드

public abstract GetAttributes ( ) : List
리턴 List

GetBaseType() 공개 추상적인 메소드

public abstract GetBaseType ( ) : string
리턴 string

GetConstructors() 공개 추상적인 메소드

public abstract GetConstructors ( ) : List
리턴 List

GetEvents() 공개 추상적인 메소드

public abstract GetEvents ( ) : List
리턴 List

GetFields() 공개 추상적인 메소드

public abstract GetFields ( ) : List
리턴 List

GetInterfaces() 공개 추상적인 메소드

public abstract GetInterfaces ( ) : List
리턴 List

GetMethods() 공개 추상적인 메소드

public abstract GetMethods ( ) : List
리턴 List

GetNestedClasses() 공개 추상적인 메소드

public abstract GetNestedClasses ( ) : List
리턴 List

GetNestedDelegates() 공개 추상적인 메소드

public abstract GetNestedDelegates ( ) : List
리턴 List

GetNestedEnums() 공개 추상적인 메소드

public abstract GetNestedEnums ( ) : List
리턴 List

GetNestedInterfaces() 공개 추상적인 메소드

public abstract GetNestedInterfaces ( ) : List
리턴 List

GetNestedStructs() 공개 추상적인 메소드

public abstract GetNestedStructs ( ) : List
리턴 List

GetProperties() 공개 추상적인 메소드

public abstract GetProperties ( ) : List
리턴 List

GetTypeParameters() 공개 추상적인 메소드

public abstract GetTypeParameters ( ) : List
리턴 List