C# Class GuiCompare.MasterClass

Inheritance: CompClass
ファイルを表示 Open project: mono/mono-tools

Public Methods

Method 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 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

GetNestedClasses() public method

public GetNestedClasses ( ) : List
return List

GetNestedDelegates() public method

public GetNestedDelegates ( ) : List
return List

GetNestedEnums() public method

public GetNestedEnums ( ) : List
return List

GetNestedInterfaces() public method

public GetNestedInterfaces ( ) : List
return List

GetNestedStructs() public method

public GetNestedStructs ( ) : List
return List

GetProperties() public method

public GetProperties ( ) : List
return List

GetTypeParameters() public method

public GetTypeParameters ( ) : List
return List

MasterClass() public method

public MasterClass ( XMLClass cls, CompType type ) : System
cls XMLClass
type CompType
return System