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

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

Méthodes publiques

Méthode Description
Int16FlagsHexField ( 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

GetDataAsByteArray() protected méthode

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

Int16FlagsHexField() public méthode

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

ReadData() protected méthode

protected ReadData ( ) : object
Résultat object

WriteNewValue() protected méthode

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