Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Expressive
Disassembly
Instructions
BranchInstruction
C# Class Expressive.Disassembly.Instructions.BranchInstruction
Inheritance:
Instruction
Exibir arquivo
Open project: ashmind/expressive
Public Methods
Method
Description
BranchInstruction
(
int
offset
,
OpCode
opCode
,
int
targetOffset
) :
System
ToString
( ) :
string
Method Details
BranchInstruction()
public
method
public
BranchInstruction
(
int
offset
,
OpCode
opCode
,
int
targetOffset
) :
System
offset
int
opCode
System.Reflection.Emit.OpCode
targetOffset
int
return
System
ToString()
public
method
public
ToString
( ) :
string
return
string