C# Класс SharpOS.AOT.IR.Instructions.Ldobj

Наследование: Instruction
Показать файл Открыть проект

Открытые методы

Метод Описание
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