C# Class Expressive.Disassembly.Instructions.SwitchInstruction

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

Méthodes publiques

Méthode Description
SwitchInstruction ( int offset, OpCode opCode, int targetOffsets ) : System

Method Details

SwitchInstruction() public méthode

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