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

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

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

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

Processes the specified method.

SizeOf ( Register result, TypeReference typeReference ) : System

Initializes a new instance of the SizeOf class.

ToString ( ) : string

Toes the string.

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

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

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

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

Initializes a new instance of the SizeOf class.
public SizeOf ( Register result, TypeReference typeReference ) : System
result Register The result.
typeReference Mono.Cecil.TypeReference The type reference.
Результат System

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

Toes the string.
public ToString ( ) : string
Результат string