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

Inheritance: Instruction
Mostrar archivo Open project: sharpos/SharpOS

Public Methods

Method Description
Ldobj ( Register result, Class type, Register instance ) : System

Initializes a new instance of the Ldobj class.

Method Details

Ldobj() public method

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