Property | Type | Description | |
---|---|---|---|
AddToGroup | |||
GetBaseTypes | TypeKey[] | ||
GetBaseTypes | void | ||
GetVirtualMethods | MethodKey[] | ||
GetVirtualMethods | void | ||
MethodsMatch | bool |
Method | Description | |
---|---|---|
GetBaseTypes ( TypeKey typeKey ) : TypeKey[] | ||
GetMethodGroup ( MethodKey methodKey ) : |
||
InheritMap ( Project project ) : System | ||
Inherits ( Mono.Cecil.TypeDefinition type, string interfaceFullName ) : bool |
Method | Description | |
---|---|---|
AddToGroup ( |
||
GetBaseTypes ( Mono.Cecil.TypeDefinition type ) : TypeKey[] | ||
GetBaseTypes ( HashSet |
||
GetVirtualMethods ( |
||
GetVirtualMethods ( |
||
MethodsMatch ( MethodKey methods, int i, int j ) : bool |
public GetBaseTypes ( TypeKey typeKey ) : TypeKey[] | ||
typeKey | TypeKey | |
return | TypeKey[] |
public GetMethodGroup ( MethodKey methodKey ) : |
||
methodKey | MethodKey | |
return |
public InheritMap ( Project project ) : System | ||
project | Project | |
return | System |
public Inherits ( Mono.Cecil.TypeDefinition type, string interfaceFullName ) : bool | ||
type | Mono.Cecil.TypeDefinition | |
interfaceFullName | string | |
return | bool |