C# Class PEAPI.UIntConst

Inheritance: Constant
Afficher le fichier Open project: kumpera/mono

Méthodes publiques

Méthode Description
UIntConst ( byte val ) : System
UIntConst ( uint val ) : System
UIntConst ( ulong val ) : System
UIntConst ( ushort val ) : System

Private Methods

Méthode Description
GetBlobIndex ( MetaData md ) : uint
Write ( BinaryWriter bw ) : void

Method Details

UIntConst() public méthode

public UIntConst ( byte val ) : System
val byte
Résultat System

UIntConst() public méthode

public UIntConst ( uint val ) : System
val uint
Résultat System

UIntConst() public méthode

public UIntConst ( ulong val ) : System
val ulong
Résultat System

UIntConst() public méthode

public UIntConst ( ushort val ) : System
val ushort
Résultat System