C# Класс SharpOS.AOT.IR.Instructions.Dup

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

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

Метод Описание
Dup ( Register result, Register value ) : System

Initializes a new instance of the Dup class.

Process ( Method method ) : void

Processes the specified method.

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

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

Initializes a new instance of the Dup class.
public Dup ( Register result, Register value ) : System
result Register The result.
value Register The value.
Результат System

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

Processes the specified method.
public Process ( Method method ) : void
method Method The method.
Результат void