C# Class Mosa.Compiler.Framework.CIL.ThrowInstruction

Intermediate representation of the IL throw instruction.
Inheritance: Mosa.Compiler.Framework.CIL.UnaryInstruction
Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes publiques

Méthode Description
Decode ( InstructionNode ctx, IInstructionDecoder decoder ) : void
ThrowInstruction ( OpCode opcode )

Initializes a new instance of the ThrowInstruction class.

Method Details

Decode() public méthode

public Decode ( InstructionNode ctx, IInstructionDecoder decoder ) : void
ctx InstructionNode
decoder IInstructionDecoder
Résultat void

ThrowInstruction() public méthode

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