C# Class GuiCompare.MasterInterface

Inheritance: CompInterface
Show file Open project: mono/mono-tools

Public Methods

Method 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

Method Description
FormatName ( XMLClass iface ) : string

Method Details

GetAttributes() public method

public GetAttributes ( ) : List
return List

GetBaseType() public method

public GetBaseType ( ) : string
return string

GetConstructors() public method

public GetConstructors ( ) : List
return List

GetEvents() public method

public GetEvents ( ) : List
return List

GetFields() public method

public GetFields ( ) : List
return List

GetInterfaces() public method

public GetInterfaces ( ) : List
return List

GetMethods() public method

public GetMethods ( ) : List
return List

GetProperties() public method

public GetProperties ( ) : List
return List

GetTypeParameters() public method

public GetTypeParameters ( ) : List
return List

MasterInterface() public method

public MasterInterface ( XMLClass xml_cls ) : System
xml_cls XMLClass
return System

MasterInterface() public method

public MasterInterface ( string name ) : System
name string
return System