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

Наследование: Mosa.Compiler.Framework.CIL.UnaryInstruction
Показать файл Открыть проект

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

Метод Описание
DupInstruction ( OpCode opcode )

Initializes a new instance of the NopInstruction class.

Resolve ( Context ctx, BaseMethodCompiler compiler ) : void

Validates the specified instruction.

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

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

Initializes a new instance of the NopInstruction class.
public DupInstruction ( OpCode opcode )
opcode OpCode

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

Validates the specified instruction.
public Resolve ( Context ctx, BaseMethodCompiler compiler ) : void
ctx Context The context.
compiler BaseMethodCompiler The compiler.
Результат void