C# Class SharpOS.AOT.IR.Instructions.Ldelema

Inheritance: Instruction
Mostrar archivo Open project: sharpos/SharpOS

Public Methods

Method Description
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.

Method Details

Ldelema() public method

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.
return System

Process() public method

Processes the specified method.
public Process ( Method method ) : void
method Method The method.
return void