C# 클래스 dnSpy.AsmEditor.Hex.Nodes.HexNode

상속: dnSpy.Contracts.Documents.TreeView.DocumentTreeNodeData, IDecompileSelf
파일 보기 프로젝트 열기: 0xd4d/dnSpy 1 사용 예제들

공개 메소드들

메소드 설명
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