C# Class AsmResolver.X86.X86Instruction

Represents an x86 instruction.
Exibir arquivo Open project: JerreS/AsmResolver Class Usage Examples

Public Methods

Method Description
ComputeSize ( ) : int

Computes the size (in bytes) of the instruction.

ToString ( ) : string
X86Instruction ( ) : System

Private Methods

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

Method Details

ComputeSize() public method

Computes the size (in bytes) of the instruction.
public ComputeSize ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

X86Instruction() public method

public X86Instruction ( ) : System
return System