Method | Description | |
---|---|---|
Decompile ( IDecompileNodeContext context ) : bool | ||
GetFilterType ( IDocumentTreeNodeFilter filter ) : FilterType | ||
OnBufferChanged ( NormalizedHexChangeCollection changes ) : void |
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 |
public Decompile ( IDecompileNodeContext context ) : bool | ||
context | IDecompileNodeContext | |
return | bool |
protected DecompileFields ( IDecompiler decompiler, IDecompilerOutput output ) : void | ||
decompiler | IDecompiler | |
output | IDecompilerOutput | |
return | void |
public GetFilterType ( IDocumentTreeNodeFilter filter ) : FilterType | ||
filter | IDocumentTreeNodeFilter | |
return | FilterType |
protected final GetIcon ( IDotNetImageService dnImgMgr ) : dnSpy.Contracts.Images.ImageReference | ||
dnImgMgr | IDotNetImageService | |
return | dnSpy.Contracts.Images.ImageReference |
protected HexNode ( HexSpan span ) : System.Collections.Generic | ||
span | HexSpan | |
return | System.Collections.Generic |
public OnBufferChanged ( NormalizedHexChangeCollection changes ) : void | ||
changes | NormalizedHexChangeCollection | |
return | void |
protected abstract WriteCore ( ITextColorWriter output, DocumentNodeWriteOptions options ) : void | ||
output | ITextColorWriter | |
options | DocumentNodeWriteOptions | |
return | void |
protected WriteCore ( ITextColorWriter output, IDecompiler decompiler, DocumentNodeWriteOptions options ) : void | ||
output | ITextColorWriter | |
decompiler | IDecompiler | |
options | DocumentNodeWriteOptions | |
return | void |