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

Inheritance: Call
Mostrar archivo Open project: sharpos/SharpOS

Public Methods

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

Initializes a new instance of the Callvirt class.

Method Details

Callvirt() public method

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.
return System