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

Inheritance: Instruction
Afficher le fichier Open project: sharpos/SharpOS

Méthodes publiques

Méthode 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 méthode

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.
Résultat System

Process() public méthode

Processes the specified method.
public Process ( Method method ) : void
method Method The method.
Résultat void