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

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

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

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

Initializes a new instance of the Ldtoken class.

Process ( Method method ) : void

Processes the specified method.

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

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

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

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

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