C# 클래스 Expressive.Disassembly.Instructions.SwitchInstruction

상속: Instruction
파일 보기 프로젝트 열기: ashmind/expressive

공개 메소드들

메소드 설명
SwitchInstruction ( int offset, OpCode opCode, int targetOffsets ) : System

메소드 상세

SwitchInstruction() 공개 메소드

public SwitchInstruction ( int offset, OpCode opCode, int targetOffsets ) : System
offset int
opCode System.Reflection.Emit.OpCode
targetOffsets int
리턴 System