Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Mono
Debugger
Architectures
X86_Instruction.X86_SIB
C# Class Mono.Debugger.Architectures.X86_Instruction.X86_SIB
ファイルを表示
Open project: baulig/debugger
Public Properties
Property
Type
Description
Base
int
Index
int
Scale
int
Public Methods
Method
Description
ToString
( ) :
string
X86_SIB
(
X86_Instruction
insn
,
byte
sib
) :
System
Method Details
ToString()
public
method
public
ToString
( ) :
string
return
string
X86_SIB()
public
method
public
X86_SIB
(
X86_Instruction
insn
,
byte
sib
) :
System
insn
X86_Instruction
sib
byte
return
System
Property Details
Base
public_oe property
public
int
Base
return
int
Index
public_oe property
public
int
Index
return
int
Scale
public_oe property
public
int
Scale
return
int