C# 클래스 AsmResolver.X86.X86Instruction

Represents an x86 instruction.
파일 보기 프로젝트 열기: JerreS/AsmResolver 1 사용 예제들

공개 메소드들

메소드 설명
ComputeSize ( ) : int

Computes the size (in bytes) of the instruction.

ToString ( ) : string
X86Instruction ( ) : System

비공개 메소드들

메소드 설명
GetSize ( X86OperandSize operandSize ) : int
GetTotalOperandSize ( X86OperandType operandType, X86OperandSize operandSize, X86Operand operand ) : int
X86Instruction ( long offset ) : System

메소드 상세

ComputeSize() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

X86Instruction() 공개 메소드

public X86Instruction ( ) : System
리턴 System