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

Inheritance: InvokeInstruction
ファイルを表示 Open project: tgiphil/MOSA-Project

Public Methods

Method Description
CallvirtInstruction ( OpCode opcode )

Initializes a new instance of the CallvirtInstruction class.

Decode ( InstructionNode ctx, IInstructionDecoder decoder ) : void

Method Details

CallvirtInstruction() public method

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

Decode() public method

public Decode ( InstructionNode ctx, IInstructionDecoder decoder ) : void
ctx InstructionNode
decoder IInstructionDecoder
return void