C# Class dnSpy.AsmEditor.Hex.PE.HexField

Mostrar archivo Open project: 0xd4d/dnSpy Class Usage Examples

Protected Properties

Property Type Description
buffer dnSpy.Contracts.Hex.HexBuffer

Public Methods

Method Description
OnBufferChanged ( NormalizedHexChangeCollection changes ) : void

Protected Methods

Method Description
GetDataAsByteArray ( ) : byte[]
HexField ( HexBuffer buffer, string parentName, string name, HexPosition start, int size ) : System
OnBufferChanged ( object newValue ) : void
OnUpdateValue ( ) : void
ReadData ( ) : object
UpdateValue ( ) : void

Private Methods

Method Description
Equals ( byte a, byte b ) : bool

Method Details

GetDataAsByteArray() protected abstract method

protected abstract GetDataAsByteArray ( ) : byte[]
return byte[]

HexField() protected method

protected HexField ( HexBuffer buffer, string parentName, string name, HexPosition start, int size ) : System
buffer dnSpy.Contracts.Hex.HexBuffer
parentName string
name string
start HexPosition
size int
return System

OnBufferChanged() public method

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

OnBufferChanged() protected method

protected OnBufferChanged ( object newValue ) : void
newValue object
return void

OnUpdateValue() protected method

protected OnUpdateValue ( ) : void
return void

ReadData() protected abstract method

protected abstract ReadData ( ) : object
return object

UpdateValue() protected method

protected UpdateValue ( ) : void
return void

Property Details

buffer protected_oe property

protected HexBuffer,dnSpy.Contracts.Hex buffer
return dnSpy.Contracts.Hex.HexBuffer