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

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

Méthodes publiques

Méthode Description
UInt16HexField ( HexBuffer buffer, string parentName, string name, HexPosition start, bool useDecimal = false ) : System

Méthodes protégées

Méthode Description
GetDataAsByteArray ( ) : byte[]
ReadData ( ) : object

Method Details

GetDataAsByteArray() protected méthode

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

ReadData() protected méthode

protected ReadData ( ) : object
Résultat object

UInt16HexField() public méthode

public UInt16HexField ( HexBuffer buffer, string parentName, string name, HexPosition start, bool useDecimal = false ) : System
buffer dnSpy.Contracts.Hex.HexBuffer
parentName string
name string
start HexPosition
useDecimal bool
Résultat System