C# 클래스 GuiCompare.CompDelegate

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

공개 메소드들

메소드 설명
CompDelegate ( string name ) : System
GetAttributes ( ) : List
GetBaseType ( ) : string
GetConstructors ( ) : List
GetEvents ( ) : List
GetFields ( ) : List
GetInterfaces ( ) : List
GetMethods ( ) : List
GetProperties ( ) : List
GetTypeParameters ( ) : List

메소드 상세

CompDelegate() 공개 메소드

public CompDelegate ( string name ) : System
name string
리턴 System

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

public abstract GetAttributes ( ) : List
리턴 List

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

public abstract GetBaseType ( ) : string
리턴 string

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

public abstract GetConstructors ( ) : List
리턴 List

GetEvents() 공개 메소드

public GetEvents ( ) : List
리턴 List

GetFields() 공개 메소드

public GetFields ( ) : List
리턴 List

GetInterfaces() 공개 메소드

public GetInterfaces ( ) : List
리턴 List

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

public abstract GetMethods ( ) : List
리턴 List

GetProperties() 공개 메소드

public GetProperties ( ) : List
리턴 List

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

public abstract GetTypeParameters ( ) : List
리턴 List