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

Inheritance: FlagsHexField
Exibir arquivo Open project: 0xd4d/dnSpy Class Usage Examples

Public Methods

Method Description
UInt64FlagsHexField ( HexBuffer buffer, string parentName, string name, HexPosition start ) : System

Protected Methods

Method Description
GetDataAsByteArray ( ) : byte[]
ReadData ( ) : object
WriteNewValue ( ulong newValue ) : void

Method Details

GetDataAsByteArray() protected method

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

ReadData() protected method

protected ReadData ( ) : object
return object

UInt64FlagsHexField() public method

public UInt64FlagsHexField ( HexBuffer buffer, string parentName, string name, HexPosition start ) : System
buffer dnSpy.Contracts.Hex.HexBuffer
parentName string
name string
start HexPosition
return System

WriteNewValue() protected method

protected WriteNewValue ( ulong newValue ) : void
newValue ulong
return void