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

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

Méthodes publiques

Méthode Description
Ldobj ( Register result, Class type, Register instance ) : System

Initializes a new instance of the Ldobj class.

Method Details

Ldobj() public méthode

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