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

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

Méthodes publiques

Méthode Description
Callvirt ( Method method, Register result, Operand parameters ) : System

Initializes a new instance of the Callvirt class.

Method Details

Callvirt() public méthode

Initializes a new instance of the Callvirt class.
public Callvirt ( Method method, Register result, Operand parameters ) : System
method Method The method.
result Register The result.
parameters Operand The parameters.
Résultat System