C# Класс dnSpy.AsmEditor.Hex.Nodes.HexNode

Наследование: dnSpy.Contracts.Documents.TreeView.DocumentTreeNodeData, IDecompileSelf
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Decompile ( IDecompileNodeContext context ) : bool
GetFilterType ( IDocumentTreeNodeFilter filter ) : FilterType
OnBufferChanged ( NormalizedHexChangeCollection changes ) : void

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

Метод Описание
DecompileFields ( IDecompiler decompiler, IDecompilerOutput output ) : void
GetIcon ( IDotNetImageService dnImgMgr ) : dnSpy.Contracts.Images.ImageReference
HexNode ( HexSpan span ) : System.Collections.Generic
WriteCore ( ITextColorWriter output, DocumentNodeWriteOptions options ) : void
WriteCore ( ITextColorWriter output, IDecompiler decompiler, DocumentNodeWriteOptions options ) : void

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

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

public Decompile ( IDecompileNodeContext context ) : bool
context IDecompileNodeContext
Результат bool

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

protected DecompileFields ( IDecompiler decompiler, IDecompilerOutput output ) : void
decompiler IDecompiler
output IDecompilerOutput
Результат void

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

public GetFilterType ( IDocumentTreeNodeFilter filter ) : FilterType
filter IDocumentTreeNodeFilter
Результат FilterType

GetIcon() защищенный закрытый Метод

protected final GetIcon ( IDotNetImageService dnImgMgr ) : dnSpy.Contracts.Images.ImageReference
dnImgMgr IDotNetImageService
Результат dnSpy.Contracts.Images.ImageReference

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

protected HexNode ( HexSpan span ) : System.Collections.Generic
span HexSpan
Результат System.Collections.Generic

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

public OnBufferChanged ( NormalizedHexChangeCollection changes ) : void
changes NormalizedHexChangeCollection
Результат void

WriteCore() защищенный абстрактный Метод

protected abstract WriteCore ( ITextColorWriter output, DocumentNodeWriteOptions options ) : void
output ITextColorWriter
options DocumentNodeWriteOptions
Результат void

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

protected WriteCore ( ITextColorWriter output, IDecompiler decompiler, DocumentNodeWriteOptions options ) : void
output ITextColorWriter
decompiler IDecompiler
options DocumentNodeWriteOptions
Результат void