C# Class AsmResolver.X86.X86Instruction

Represents an x86 instruction.
Afficher le fichier Open project: JerreS/AsmResolver Class Usage Examples

Méthodes publiques

Méthode Description
ComputeSize ( ) : int

Computes the size (in bytes) of the instruction.

ToString ( ) : string
X86Instruction ( ) : System

Private Methods

Méthode Description
GetSize ( X86OperandSize operandSize ) : int
GetTotalOperandSize ( X86OperandType operandType, X86OperandSize operandSize, X86Operand operand ) : int
X86Instruction ( long offset ) : System

Method Details

ComputeSize() public méthode

Computes the size (in bytes) of the instruction.
public ComputeSize ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

X86Instruction() public méthode

public X86Instruction ( ) : System
Résultat System