Property | Type | Description | |
---|---|---|---|
Children | List |
Method | Description | |
---|---|---|
Decompile ( System.Language language, ITextOutput output, DecompilationOptions options ) : void | ||
Save ( TextView textView ) : bool |
Used to implement special save logic for some items. This method is called on the main thread when only a single item is selected. If it returns false, normal decompilation is used to save the item.
|
|
View ( TextView textView ) : bool |
Used to implement special view logic for some items. This method is called on the main thread when only a single item is selected. If it returns false, normal decompilation is used to view the item.
|
Method | Description | |
---|---|---|
HighlightSearchMatch ( string text, string suffix = null ) : object | ||
LoadChildren ( ) : void |
public abstract Decompile ( System.Language language, ITextOutput output, DecompilationOptions options ) : void | ||
language | System.Language | |
output | ITextOutput | |
options | DecompilationOptions | |
return | void |
protected static HighlightSearchMatch ( string text, string suffix = null ) : object | ||
text | string | |
suffix | string | |
return | object |