C# Class ICSharpCode.ILSpy.TreeNodes.ILSpyTreeNode

Base class of all ILSpy tree nodes.
Inheritance: ICSharpCode.TreeView.SharpTreeNode
Afficher le fichier Open project: HearthSim/extract-scripts Class Usage Examples

Méthodes publiques

Свойство Type Description
Children List

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
HighlightSearchMatch ( string text, string suffix = null ) : object
LoadChildren ( ) : void

Method Details

Decompile() public abstract méthode

public abstract Decompile ( System.Language language, ITextOutput output, DecompilationOptions options ) : void
language System.Language
output ITextOutput
options DecompilationOptions
Résultat void

HighlightSearchMatch() protected static méthode

protected static HighlightSearchMatch ( string text, string suffix = null ) : object
text string
suffix string
Résultat object

LoadChildren() protected méthode

protected LoadChildren ( ) : void
Résultat void

Save() public méthode

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.
public Save ( TextView textView ) : bool
textView TextView
Résultat bool

View() public méthode

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.
public View ( TextView textView ) : bool
textView TextView
Résultat bool

Property Details

Children public_oe property

public List Children
Résultat List