C# Класс TriAxis.RunSharp.Operands.Field

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

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

Метод Описание
Field ( FieldInfo fi, Operand target ) : System
GetReturnType ( ITypeMapper typeMapper ) : Type

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

Метод Описание
EmitAddressOf ( CodeGen g ) : void
EmitGet ( CodeGen g ) : void
EmitSet ( CodeGen g, Operand value, bool allowExplicitConversion ) : void
ResetLeakedStateRecursively ( ) : 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

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

public Field ( FieldInfo fi, Operand target ) : System
fi System.Reflection.FieldInfo
target Operand
Результат System

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

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

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

protected ResetLeakedStateRecursively ( ) : void
Результат void