C# 클래스 SharpOS.AOT.IR.Instructions.Callvirt

상속: Call
파일 보기 프로젝트 열기: sharpos/SharpOS

공개 메소드들

메소드 설명
Callvirt ( Method method, Register result, Operand parameters ) : System

Initializes a new instance of the Callvirt class.

메소드 상세

Callvirt() 공개 메소드

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.
리턴 System