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

Intermediate representation of the IL throw instruction.
Наследование: Mosa.Compiler.Framework.CIL.UnaryInstruction
Показать файл Открыть проект

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

Метод Описание
Decode ( InstructionNode ctx, IInstructionDecoder decoder ) : void
ThrowInstruction ( OpCode opcode )

Initializes a new instance of the ThrowInstruction class.

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

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

public Decode ( InstructionNode ctx, IInstructionDecoder decoder ) : void
ctx InstructionNode
decoder IInstructionDecoder
Результат void

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

Initializes a new instance of the ThrowInstruction class.
public ThrowInstruction ( OpCode opcode )
opcode OpCode The opcode.