C# Class GuiCompare.MasterClass

Inheritance: CompClass
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
GetNestedClasses ( ) : List
GetNestedDelegates ( ) : List
GetNestedEnums ( ) : List
GetNestedInterfaces ( ) : List
GetNestedStructs ( ) : List
GetProperties ( ) : List
GetTypeParameters ( ) : List
MasterClass ( XMLClass cls, CompType type ) : System

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

GetNestedClasses() public méthode

public GetNestedClasses ( ) : List
Résultat List

GetNestedDelegates() public méthode

public GetNestedDelegates ( ) : List
Résultat List

GetNestedEnums() public méthode

public GetNestedEnums ( ) : List
Résultat List

GetNestedInterfaces() public méthode

public GetNestedInterfaces ( ) : List
Résultat List

GetNestedStructs() public méthode

public GetNestedStructs ( ) : List
Résultat List

GetProperties() public méthode

public GetProperties ( ) : List
Résultat List

GetTypeParameters() public méthode

public GetTypeParameters ( ) : List
Résultat List

MasterClass() public méthode

public MasterClass ( XMLClass cls, CompType type ) : System
cls XMLClass
type CompType
Résultat System