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

Inheritance: FlagsHexField
Afficher le fichier Open project: 0xd4d/dnSpy Class Usage Examples

Méthodes publiques

Méthode Description
ByteFlagsHexField ( HexBuffer buffer, string parentName, string name, HexPosition start ) : System

Méthodes protégées

Méthode Description
GetDataAsByteArray ( ) : byte[]
ReadData ( ) : object
WriteNewValue ( ulong newValue ) : void

Method Details

ByteFlagsHexField() public méthode

public ByteFlagsHexField ( HexBuffer buffer, string parentName, string name, HexPosition start ) : System
buffer dnSpy.Contracts.Hex.HexBuffer
parentName string
name string
start HexPosition
Résultat System

GetDataAsByteArray() protected méthode

protected GetDataAsByteArray ( ) : byte[]
Résultat byte[]

ReadData() protected méthode

protected ReadData ( ) : object
Résultat object

WriteNewValue() protected méthode

protected WriteNewValue ( ulong newValue ) : void
newValue ulong
Résultat void