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

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

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

Метод Описание
Ldnull ( Register result ) : System

Initializes a new instance of the Ldnull class.

Process ( Method method ) : void

Processes the specified method.

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

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

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

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

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