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

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

Méthodes publiques

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

Initializes a new instance of the Ldlen class.

Process ( Method method ) : void

Processes the specified method.

Method Details

Ldlen() public méthode

Initializes a new instance of the Ldlen class.
public Ldlen ( Register result, Register value ) : System
result Register The result.
value Register 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