Свойство | Type | Description | |
---|---|---|---|
namespacesToIgnore | string[] |
Méthode | Description | |
---|---|---|
DoDir ( string dir ) : void | ||
GetMethodName ( Mono.Cecil.MethodDefinition m ) : string | ||
GetPropertyName ( Mono.Cecil.PropertyDefinition p ) : string | ||
GetTypeName ( Mono.Cecil.TypeDefinition type ) : string | ||
IsIgnoredNamespace ( string s ) : bool | ||
ProcessClass ( Mono.Cecil.TypeDefinition type ) : bool | ||
ProcessDll ( string path ) : void | ||
ProcessEnum ( Mono.Cecil.TypeDefinition type ) : bool | ||
ProcessEvent ( Mono.Cecil.EventDefinition e ) : void | ||
ProcessField ( |
||
ProcessInterface ( Mono.Cecil.TypeDefinition type ) : bool | ||
ProcessMethod ( Mono.Cecil.MethodDefinition m ) : void | ||
ProcessType ( Mono.Cecil.TypeDefinition type ) : void | ||
ProcessTypeEvents ( Mono.Cecil.TypeDefinition type ) : void | ||
ProcessTypeFields ( Mono.Cecil.TypeDefinition type ) : void | ||
ProcessTypeMethods ( Mono.Cecil.TypeDefinition type ) : void | ||
ProcessTypeProperties ( Mono.Cecil.TypeDefinition type ) : void | ||
ProcessValueType ( Mono.Cecil.TypeDefinition type ) : bool | ||
ShortenTypes ( string s ) : string |
public GetMethodName ( Mono.Cecil.MethodDefinition m ) : string | ||
m | Mono.Cecil.MethodDefinition | |
Résultat | string |
public GetPropertyName ( Mono.Cecil.PropertyDefinition p ) : string | ||
p | Mono.Cecil.PropertyDefinition | |
Résultat | string |
public GetTypeName ( Mono.Cecil.TypeDefinition type ) : string | ||
type | Mono.Cecil.TypeDefinition | |
Résultat | string |
public IsIgnoredNamespace ( string s ) : bool | ||
s | string | |
Résultat | bool |
public ProcessClass ( Mono.Cecil.TypeDefinition type ) : bool | ||
type | Mono.Cecil.TypeDefinition | |
Résultat | bool |
public ProcessEnum ( Mono.Cecil.TypeDefinition type ) : bool | ||
type | Mono.Cecil.TypeDefinition | |
Résultat | bool |
public ProcessEvent ( Mono.Cecil.EventDefinition e ) : void | ||
e | Mono.Cecil.EventDefinition | |
Résultat | void |
public ProcessField ( |
||
field | ||
Résultat | void |
public ProcessInterface ( Mono.Cecil.TypeDefinition type ) : bool | ||
type | Mono.Cecil.TypeDefinition | |
Résultat | bool |
public ProcessMethod ( Mono.Cecil.MethodDefinition m ) : void | ||
m | Mono.Cecil.MethodDefinition | |
Résultat | void |
public ProcessType ( Mono.Cecil.TypeDefinition type ) : void | ||
type | Mono.Cecil.TypeDefinition | |
Résultat | void |
public ProcessTypeEvents ( Mono.Cecil.TypeDefinition type ) : void | ||
type | Mono.Cecil.TypeDefinition | |
Résultat | void |
public ProcessTypeFields ( Mono.Cecil.TypeDefinition type ) : void | ||
type | Mono.Cecil.TypeDefinition | |
Résultat | void |
public ProcessTypeMethods ( Mono.Cecil.TypeDefinition type ) : void | ||
type | Mono.Cecil.TypeDefinition | |
Résultat | void |
public ProcessTypeProperties ( Mono.Cecil.TypeDefinition type ) : void | ||
type | Mono.Cecil.TypeDefinition | |
Résultat | void |
public ProcessValueType ( Mono.Cecil.TypeDefinition type ) : bool | ||
type | Mono.Cecil.TypeDefinition | |
Résultat | bool |