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

Inheritance: HexBitField
Afficher le fichier Open project: 0xd4d/dnSpy

Méthodes publiques

Méthode Description
GetValue ( ) : ulong
IntegerHexBitField ( string name, int bit, int count, IntegerHexBitFieldEnumInfo fields ) : System
ListUpdated ( int a, int b ) : void
SetValue ( ulong value ) : void

Method Details

GetValue() public méthode

public GetValue ( ) : ulong
Résultat ulong

IntegerHexBitField() public méthode

public IntegerHexBitField ( string name, int bit, int count, IntegerHexBitFieldEnumInfo fields ) : System
name string
bit int
count int
fields IntegerHexBitFieldEnumInfo
Résultat System

ListUpdated() public méthode

public ListUpdated ( int a, int b ) : void
a int
b int
Résultat void

SetValue() public méthode

public SetValue ( ulong value ) : void
value ulong
Résultat void