C# 클래스 Mosa.Compiler.Framework.CIL.CallvirtInstruction

상속: InvokeInstruction
파일 보기 프로젝트 열기: tgiphil/MOSA-Project

공개 메소드들

메소드 설명
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