C# Класс Mosa.Compiler.Framework.CIL.JumpInstruction

Represents a basic jump instruction.
Other more complex method invocation instructions derive from this class, specifically the CallInstruction, the CalliInstruction and CallvirtInstruction classes. They share the features provided by the JumpInstruction.
Наследование: InvokeInstruction
Показать файл Открыть проект

Открытые методы

Метод Описание
JumpInstruction ( OpCode opCode )

Initializes a new instance of the JumpInstruction class.

Описание методов

JumpInstruction() публичный Метод

Initializes a new instance of the JumpInstruction class.
public JumpInstruction ( OpCode opCode )
opCode OpCode