C# Class Expressive.Disassembly.Instructions.BranchInstruction

Inheritance: Instruction
Afficher le fichier Open project: ashmind/expressive

Méthodes publiques

Méthode Description
BranchInstruction ( int offset, OpCode opCode, int targetOffset ) : System
ToString ( ) : string

Method Details

BranchInstruction() public méthode

public BranchInstruction ( int offset, OpCode opCode, int targetOffset ) : System
offset int
opCode System.Reflection.Emit.OpCode
targetOffset int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string