C# Class 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.
Inheritance: InvokeInstruction
Exibir arquivo Open project: tgiphil/MOSA-Project

Public Methods

Method Description
CallInstruction ( OpCode opCode )

Initializes a new instance of the CallInstruction class.

Method Details

CallInstruction() public method

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