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

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

공개 프로퍼티들

프로퍼티 타입 설명
Mod int
R_M int
Reg int

공개 메소드들

메소드 설명
ToString ( ) : string
X86_ModRM ( X86_Instruction insn, byte modrm ) : System

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

X86_ModRM() 공개 메소드

public X86_ModRM ( X86_Instruction insn, byte modrm ) : System
insn X86_Instruction
modrm byte
리턴 System

프로퍼티 상세

Mod 공개적으로 프로퍼티

public int Mod
리턴 int

R_M 공개적으로 프로퍼티

public int R_M
리턴 int

Reg 공개적으로 프로퍼티

public int Reg
리턴 int