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

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

Méthodes publiques

Méthode Description
Stloc ( Local result, Register value ) : System

Initializes a new instance of the Stloc class.

Method Details

Stloc() public méthode

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