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

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

Protected Properties

Свойство Type Description
method Method

Méthodes publiques

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

Initializes a new instance of the Ldftn class.

Process ( Method method ) : void

Processes the specified method.

Method Details

Ldftn() public méthode

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

Property Details

method protected_oe property

protected Method method
Résultat Method