C# Class GuiCompare.CompClass

Inheritance: CompNamed, ICompAttributeContainer, ICompTypeContainer, ICompMemberContainer, ICompHasBaseType, ICompGenericParameter
ファイルを表示 Open project: remobjects/mono-tools

Public Methods

Method Description
CompClass ( string name, CompType type ) : System
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

Method Details

CompClass() public method

public CompClass ( string name, CompType type ) : System
name string
type CompType
return System

GetAttributes() public abstract method

public abstract GetAttributes ( ) : List
return List

GetBaseType() public abstract method

public abstract GetBaseType ( ) : string
return string

GetConstructors() public abstract method

public abstract GetConstructors ( ) : List
return List

GetEvents() public abstract method

public abstract GetEvents ( ) : List
return List

GetFields() public abstract method

public abstract GetFields ( ) : List
return List

GetInterfaces() public abstract method

public abstract GetInterfaces ( ) : List
return List

GetMethods() public abstract method

public abstract GetMethods ( ) : List
return List

GetNestedClasses() public abstract method

public abstract GetNestedClasses ( ) : List
return List

GetNestedDelegates() public abstract method

public abstract GetNestedDelegates ( ) : List
return List

GetNestedEnums() public abstract method

public abstract GetNestedEnums ( ) : List
return List

GetNestedInterfaces() public abstract method

public abstract GetNestedInterfaces ( ) : List
return List

GetNestedStructs() public abstract method

public abstract GetNestedStructs ( ) : List
return List

GetProperties() public abstract method

public abstract GetProperties ( ) : List
return List

GetTypeParameters() public abstract method

public abstract GetTypeParameters ( ) : List
return List