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

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

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

Метод Описание
Ldelema ( Class type, Register result, Register index, Register arrayRef ) : System

Initializes a new instance of the Ldflda class.

Process ( Method method ) : void

Processes the specified method.

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

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

Initializes a new instance of the Ldflda class.
public Ldelema ( Class type, Register result, Register index, Register arrayRef ) : System
type Class The type.
result Register
index Register Array's index.
arrayRef Register Array reference.
Результат System

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

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