C# Класс TriAxis.RunSharp.CodeGen._Arg

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

Private Properties

Свойство Тип Описание

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

Метод Описание
GetReturnType ( ITypeMapper typeMapper ) : Type
_Arg ( int index, Type type ) : System

Защищенные методы

Метод Описание
EmitAddressOf ( CodeGen g ) : void
EmitGet ( CodeGen g ) : void
EmitSet ( CodeGen g, Operand value, bool allowExplicitConversion ) : void

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

EmitAddressOf() защищенный Метод

protected EmitAddressOf ( CodeGen g ) : void
g CodeGen
Результат void

EmitGet() защищенный Метод

protected EmitGet ( CodeGen g ) : void
g CodeGen
Результат void

EmitSet() защищенный Метод

protected EmitSet ( CodeGen g, Operand value, bool allowExplicitConversion ) : void
g CodeGen
value Operand
allowExplicitConversion bool
Результат void

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

public GetReturnType ( ITypeMapper typeMapper ) : Type
typeMapper ITypeMapper
Результат IKVM.Reflection.Type

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

public _Arg ( int index, Type type ) : System
index int
type IKVM.Reflection.Type
Результат System