C# 클래스 GuiCompare.CompInterface

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

공개 메소드들

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

메소드 상세

CompInterface() 공개 메소드

public CompInterface ( 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 abstract GetEvents ( ) : List
리턴 List

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

public abstract GetFields ( ) : List
리턴 List

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

public abstract GetInterfaces ( ) : List
리턴 List

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

public abstract GetMethods ( ) : List
리턴 List

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

public abstract GetProperties ( ) : List
리턴 List

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

public abstract GetTypeParameters ( ) : List
리턴 List