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

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

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

Метод Описание
Process ( Method method ) : void

Processes the specified method.

UnboxAny ( Class type, Register result, Register instance ) : System

Initializes a new instance of the UnboxAny class.

Описание методов

Process() публичный Метод

Processes the specified method.
public Process ( Method method ) : void
method Method The method.
Результат void

UnboxAny() публичный Метод

Initializes a new instance of the UnboxAny class.
public UnboxAny ( Class type, Register result, Register instance ) : System
type Class The type.
result Register The result.
instance Register The instance.
Результат System