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

Intermediate representation for various IL call operations.
Instances of this class are used to represent call, calli and callvirt instructions.
상속: InvokeInstruction
파일 보기 프로젝트 열기: tgiphil/MOSA-Project

공개 메소드들

메소드 설명
CallInstruction ( OpCode opCode )

Initializes a new instance of the CallInstruction class.

메소드 상세

CallInstruction() 공개 메소드

Initializes a new instance of the CallInstruction class.
public CallInstruction ( OpCode opCode )
opCode OpCode