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

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

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

Метод Описание
LoadInstruction ( OpCode opCode )

Initializes a new instance of the LoadInstruction class.

Защищенные методы

Метод Описание
LoadInstruction ( OpCode code, byte operandCount )

Initializes a new instance of the LoadInstruction class.

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

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

Initializes a new instance of the LoadInstruction class.
public LoadInstruction ( OpCode opCode )
opCode OpCode The op code.

LoadInstruction() защищенный Метод

Initializes a new instance of the LoadInstruction class.
protected LoadInstruction ( OpCode code, byte operandCount )
code OpCode The code.
operandCount byte The number of operands of the load.