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

Inheritance: Instruction
Mostrar archivo Open project: sharpos/SharpOS

Public Methods

Method Description
Stloc ( Local result, Register value ) : System

Initializes a new instance of the Stloc class.

Method Details

Stloc() public method

Initializes a new instance of the Stloc class.
public Stloc ( Local result, Register value ) : System
result Local The result.
value Register The value.
return System