C# Class AsmResolver.X86.X86ScaledIndex

Represents a scaled index in an x86 operand.
Afficher le fichier Open project: JerreS/AsmResolver Class Usage Examples

Méthodes publiques

Méthode Description
ToString ( ) : string
X86ScaledIndex ( ) : System
X86ScaledIndex ( X86Register register ) : System
X86ScaledIndex ( X86Register register, int multiplier ) : System

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

X86ScaledIndex() public méthode

public X86ScaledIndex ( ) : System
Résultat System

X86ScaledIndex() public méthode

public X86ScaledIndex ( X86Register register ) : System
register X86Register
Résultat System

X86ScaledIndex() public méthode

public X86ScaledIndex ( X86Register register, int multiplier ) : System
register X86Register
multiplier int
Résultat System