C# Class GuiCompare.MasterInterface

Inheritance: CompInterface
Afficher le fichier Open project: mono/mono-tools

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
FormatName ( XMLClass iface ) : string

Method Details

GetAttributes() public méthode

public GetAttributes ( ) : List
Résultat List

GetBaseType() public méthode

public GetBaseType ( ) : string
Résultat string

GetConstructors() public méthode

public GetConstructors ( ) : List
Résultat List

GetEvents() public méthode

public GetEvents ( ) : List
Résultat List

GetFields() public méthode

public GetFields ( ) : List
Résultat List

GetInterfaces() public méthode

public GetInterfaces ( ) : List
Résultat List

GetMethods() public méthode

public GetMethods ( ) : List
Résultat List

GetProperties() public méthode

public GetProperties ( ) : List
Résultat List

GetTypeParameters() public méthode

public GetTypeParameters ( ) : List
Résultat List

MasterInterface() public méthode

public MasterInterface ( XMLClass xml_cls ) : System
xml_cls XMLClass
Résultat System

MasterInterface() public méthode

public MasterInterface ( string name ) : System
name string
Résultat System