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

Inheritance: Instruction
Mostrar archivo Open project: sharpos/SharpOS

Public Methods

Method Description
Ldsflda ( Register result, FieldOperand value ) : System

Initializes a new instance of the Ldsflda class.

Process ( Method method ) : void

Processes the specified method.

Method Details

Ldsflda() public method

Initializes a new instance of the Ldsflda class.
public Ldsflda ( Register result, FieldOperand value ) : System
result Register The result.
value SharpOS.AOT.IR.Operands.FieldOperand The value.
return System

Process() public method

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