C# Класс ICSharpCode.ILSpy.TreeNodes.ILSpyTreeNode

Base class of all ILSpy tree nodes.
Наследование: ICSharpCode.TreeView.SharpTreeNode
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Children List

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
HighlightSearchMatch ( string text, string suffix = null ) : object
LoadChildren ( ) : void

Описание методов

Decompile() публичный абстрактный Метод

public abstract Decompile ( System.Language language, ITextOutput output, DecompilationOptions options ) : void
language System.Language
output ITextOutput
options DecompilationOptions
Результат void

HighlightSearchMatch() защищенный статический Метод

protected static HighlightSearchMatch ( string text, string suffix = null ) : object
text string
suffix string
Результат object

LoadChildren() защищенный Метод

protected LoadChildren ( ) : void
Результат void

Save() публичный Метод

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
Результат bool

View() публичный Метод

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
Результат bool

Описание свойств

Children публичное свойство

public List Children
Результат List