C# Class PERWAPI.LongInstr

Inheritance: Instr
Afficher le fichier Open project: xored/f4 Class Usage Examples

Méthodes publiques

Méthode Description
GetLong ( ) : long
LongInstr ( SpecialOp inst, long l ) : System
SetLong ( long num ) : void

Private Methods

Méthode Description
Write ( CILWriter output ) : void
Write ( PEWriter output ) : void

Method Details

GetLong() public méthode

public GetLong ( ) : long
Résultat long

LongInstr() public méthode

public LongInstr ( SpecialOp inst, long l ) : System
inst SpecialOp
l long
Résultat System

SetLong() public méthode

public SetLong ( long num ) : void
num long
Résultat void