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

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

Méthodes publiques

Méthode Description
Ldind ( InternalType type, Register result, Register value ) : System

Initializes a new instance of the Ldind class.

Method Details

Ldind() public méthode

Initializes a new instance of the Ldind class.
public Ldind ( InternalType type, Register result, Register value ) : System
type InternalType The type.
result Register The result.
value Register The value.
Résultat System