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

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

Méthodes publiques

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

Initializes a new instance of the Ldloca class.

Process ( Method method ) : void

Processes the specified method.

Method Details

Ldloca() public méthode

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

Process() public méthode

Processes the specified method.
public Process ( Method method ) : void
method Method The method.
Résultat void