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

Наследование: InvokeInstruction
Показать файл Открыть проект

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

Метод Описание
CallvirtInstruction ( OpCode opcode )

Initializes a new instance of the CallvirtInstruction class.

Decode ( InstructionNode ctx, IInstructionDecoder decoder ) : void

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

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

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

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

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