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

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

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

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

Initializes a new instance of the Ldarg class.

Process ( Method method ) : void

Processes the specified method.

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

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

Initializes a new instance of the Ldarg class.
public Ldarg ( Register result, Argument value ) : System
result Register The result.
value SharpOS.AOT.IR.Operands.Argument The value.
Результат System

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

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