C# Class dnSpy.AsmEditor.Hex.Nodes.HexNode

Inheritance: dnSpy.Contracts.Documents.TreeView.DocumentTreeNodeData, IDecompileSelf
Datei anzeigen Open project: 0xd4d/dnSpy Class Usage Examples

Public Methods

Method Description
Decompile ( IDecompileNodeContext context ) : bool
GetFilterType ( IDocumentTreeNodeFilter filter ) : FilterType
OnBufferChanged ( NormalizedHexChangeCollection changes ) : void

Protected Methods

Method Description
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

Method Details

Decompile() public method

public Decompile ( IDecompileNodeContext context ) : bool
context IDecompileNodeContext
return bool

DecompileFields() protected method

protected DecompileFields ( IDecompiler decompiler, IDecompilerOutput output ) : void
decompiler IDecompiler
output IDecompilerOutput
return void

GetFilterType() public method

public GetFilterType ( IDocumentTreeNodeFilter filter ) : FilterType
filter IDocumentTreeNodeFilter
return FilterType

GetIcon() protected final method

protected final GetIcon ( IDotNetImageService dnImgMgr ) : dnSpy.Contracts.Images.ImageReference
dnImgMgr IDotNetImageService
return dnSpy.Contracts.Images.ImageReference

HexNode() protected method

protected HexNode ( HexSpan span ) : System.Collections.Generic
span HexSpan
return System.Collections.Generic

OnBufferChanged() public method

public OnBufferChanged ( NormalizedHexChangeCollection changes ) : void
changes NormalizedHexChangeCollection
return void

WriteCore() protected abstract method

protected abstract WriteCore ( ITextColorWriter output, DocumentNodeWriteOptions options ) : void
output ITextColorWriter
options DocumentNodeWriteOptions
return void

WriteCore() protected method

protected WriteCore ( ITextColorWriter output, IDecompiler decompiler, DocumentNodeWriteOptions options ) : void
output ITextColorWriter
decompiler IDecompiler
options DocumentNodeWriteOptions
return void