C# Class PERWAPI.IntConst

Inheritance: SimpleConstant
Afficher le fichier Open project: xored/f4

Méthodes publiques

Méthode Description
GetInt ( ) : int
GetIntSize ( ) : int
GetIntType ( ) : ElementType
GetLong ( ) : long
IntConst ( int val ) : System
IntConst ( long val ) : System
IntConst ( sbyte val ) : System
IntConst ( short val ) : System

Private Methods

Méthode Description
GetBlobIndex ( MetaDataOut md ) : uint
IntConst ( PEReader buff, int numBytes ) : System
Write ( BinaryWriter bw ) : void

Method Details

GetInt() public méthode

public GetInt ( ) : int
Résultat int

GetIntSize() public méthode

public GetIntSize ( ) : int
Résultat int

GetIntType() public méthode

public GetIntType ( ) : ElementType
Résultat ElementType

GetLong() public méthode

public GetLong ( ) : long
Résultat long

IntConst() public méthode

public IntConst ( int val ) : System
val int
Résultat System

IntConst() public méthode

public IntConst ( long val ) : System
val long
Résultat System

IntConst() public méthode

public IntConst ( sbyte val ) : System
val sbyte
Résultat System

IntConst() public méthode

public IntConst ( short val ) : System
val short
Résultat System