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

Inheritance: HexNode
Mostra file Open project: 0xd4d/dnSpy

Public Methods

Method Description
ImageSectionHeaderNode ( HexBuffer buffer, dnlib.PE.ImageSectionHeader sectHdr, int sectionNumber ) : System
OnBufferChanged ( NormalizedHexChangeCollection changes ) : void

Protected Methods

Method Description
WriteCore ( ITextColorWriter output, DocumentNodeWriteOptions options ) : void

Method Details

ImageSectionHeaderNode() public method

public ImageSectionHeaderNode ( HexBuffer buffer, dnlib.PE.ImageSectionHeader sectHdr, int sectionNumber ) : System
buffer HexBuffer
sectHdr dnlib.PE.ImageSectionHeader
sectionNumber int
return System

OnBufferChanged() public method

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

WriteCore() protected method

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