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

Inheritance: InvokeInstruction
Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes publiques

Méthode Description
CallvirtInstruction ( OpCode opcode )

Initializes a new instance of the CallvirtInstruction class.

Decode ( InstructionNode ctx, IInstructionDecoder decoder ) : void

Method Details

CallvirtInstruction() public méthode

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

Decode() public méthode

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