C# 클래스 GuiCompare.MasterInterface

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

공개 메소드들

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

비공개 메소드들

메소드 설명
FormatName ( XMLClass iface ) : string

메소드 상세

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

GetProperties() 공개 메소드

public GetProperties ( ) : List
리턴 List

GetTypeParameters() 공개 메소드

public GetTypeParameters ( ) : List
리턴 List

MasterInterface() 공개 메소드

public MasterInterface ( XMLClass xml_cls ) : System
xml_cls XMLClass
리턴 System

MasterInterface() 공개 메소드

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