Method | Description | |
---|---|---|
DecompileAssembly ( |
||
DecompileEvent ( Mono.Cecil.EventDefinition ev, ITextOutput output, |
||
DecompileField ( |
||
DecompileMethod ( Mono.Cecil.MethodDefinition method, ITextOutput output, |
/// Gets the syntax highlighting used for this language. ///
|
|
DecompileNamespace ( string nameSpace, IEnumerable |
||
DecompileProperty ( Mono.Cecil.PropertyDefinition property, ITextOutput output, |
||
DecompileType ( Mono.Cecil.TypeDefinition type, ITextOutput output, |
||
FormatPropertyName ( Mono.Cecil.PropertyDefinition property, bool isIndexer = null ) : string | ||
FormatTypeName ( Mono.Cecil.TypeDefinition type ) : string | ||
GetOriginalCodeLocation ( |
Used by the analyzer to map compiler generated code back to the original code's location
|
|
GetTooltip ( |
Converts a member signature to a string. This is used for displaying the tooltip on a member reference.
|
|
ShowMember ( |
||
ToString ( ) : string |
Used for WPF keyboard navigation.
|
|
TypeToString ( |
Converts a type reference into a string. This method is used by the member tree node for parameter and return types.
|
|
WriteCommentLine ( ITextOutput output, string comment ) : void |
public DecompileAssembly ( |
||
assembly | ||
output | ITextOutput | |
options | ||
return | void |
public DecompileEvent ( Mono.Cecil.EventDefinition ev, ITextOutput output, |
||
ev | Mono.Cecil.EventDefinition | |
output | ITextOutput | |
options | ||
return | void |
public DecompileField ( |
||
field | ||
output | ITextOutput | |
options | ||
return | void |
public DecompileMethod ( Mono.Cecil.MethodDefinition method, ITextOutput output, |
||
method | Mono.Cecil.MethodDefinition | |
output | ITextOutput | |
options | ||
return | void |
public DecompileNamespace ( string nameSpace, IEnumerable |
||
nameSpace | string | |
types | IEnumerable |
|
output | ITextOutput | |
options | ||
return | void |
public DecompileProperty ( Mono.Cecil.PropertyDefinition property, ITextOutput output, |
||
property | Mono.Cecil.PropertyDefinition | |
output | ITextOutput | |
options | ||
return | void |
public DecompileType ( Mono.Cecil.TypeDefinition type, ITextOutput output, |
||
type | Mono.Cecil.TypeDefinition | |
output | ITextOutput | |
options | ||
return | void |
public FormatPropertyName ( Mono.Cecil.PropertyDefinition property, bool isIndexer = null ) : string | ||
property | Mono.Cecil.PropertyDefinition | |
isIndexer | bool | |
return | string |
public FormatTypeName ( Mono.Cecil.TypeDefinition type ) : string | ||
type | Mono.Cecil.TypeDefinition | |
return | string |
public GetOriginalCodeLocation ( |
||
member | ||
return |
public GetTooltip ( |
||
member | ||
return | string |
public ShowMember ( |
||
member | ||
return | bool |
public TypeToString ( |
||
type | ||
includeNamespace | bool | |
typeAttributes | ICustomAttributeProvider | |
return | string |
public WriteCommentLine ( ITextOutput output, string comment ) : void | ||
output | ITextOutput | |
comment | string | |
return | void |