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

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

공개 메소드들

메소드 설명
Ldobj ( Register result, Class type, Register instance ) : System

Initializes a new instance of the Ldobj class.

메소드 상세

Ldobj() 공개 메소드

Initializes a new instance of the Ldobj class.
public Ldobj ( Register result, Class type, Register instance ) : System
result Register The result.
type Class The type.
instance Register The instance.
리턴 System