C# Class VM.Operand

Afficher le fichier Open project: Rohansi/VM Class Usage Examples

Méthodes publiques

Méthode Description
Change ( int operandType, bool isPointer, bool isByte, short payloadValue ) : void
Get ( bool resolvePtr = true, bool overrideByte = false ) : short
Operand ( VirtualMachine machine ) : System
Set ( short value ) : void
ToString ( ) : string

Private Methods

Méthode Description
PreserveUpper ( short newValue, short originalValue, bool isByte ) : short

Method Details

Change() public méthode

public Change ( int operandType, bool isPointer, bool isByte, short payloadValue ) : void
operandType int
isPointer bool
isByte bool
payloadValue short
Résultat void

Get() public méthode

public Get ( bool resolvePtr = true, bool overrideByte = false ) : short
resolvePtr bool
overrideByte bool
Résultat short

Operand() public méthode

public Operand ( VirtualMachine machine ) : System
machine VirtualMachine
Résultat System

Set() public méthode

public Set ( short value ) : void
value short
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string