C# 클래스 Mono.Debugger.Architectures.X86_Instruction.X86_SIB

파일 보기 프로젝트 열기: baulig/debugger

공개 프로퍼티들

프로퍼티 타입 설명
Base int
Index int
Scale int

공개 메소드들

메소드 설명
ToString ( ) : string
X86_SIB ( X86_Instruction insn, byte sib ) : System

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

X86_SIB() 공개 메소드

public X86_SIB ( X86_Instruction insn, byte sib ) : System
insn X86_Instruction
sib byte
리턴 System

프로퍼티 상세

Base 공개적으로 프로퍼티

public int Base
리턴 int

Index 공개적으로 프로퍼티

public int Index
리턴 int

Scale 공개적으로 프로퍼티

public int Scale
리턴 int