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

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

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

Метод Описание
Castclass ( Class type, Register result, Register instance ) : System

Initializes a new instance of the Isinst class.

Process ( Method method ) : void

Processes the specified method.

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

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

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

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

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