Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Mosa
Compiler
Framework
CIL
CallInstruction
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
显示文件
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