C# Класс TriAxis.RunSharp.FieldGen

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

Private Properties

Свойство Тип Описание
FieldGen System
IDelayedCompletion void

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

Метод Описание
Attribute ( AttributeType type ) : FieldGen
Attribute ( System attributeType ) : FieldGen
BeginAttribute ( AttributeType type ) : AttributeGen
BeginAttribute ( System attributeType ) : AttributeGen
GetReturnType ( ITypeMapper typeMapper ) : Type

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

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

Приватные методы

Метод Описание
FieldGen ( TypeGen owner, string name, Type type, FieldAttributes attrs ) : System
IDelayedCompletion ( ) : void

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

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

public Attribute ( AttributeType type ) : FieldGen
type AttributeType
Результат FieldGen

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

public Attribute ( System attributeType ) : FieldGen
attributeType System
Результат FieldGen

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

public BeginAttribute ( AttributeType type ) : AttributeGen
type AttributeType
Результат AttributeGen

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

public BeginAttribute ( System attributeType ) : AttributeGen
attributeType System
Результат AttributeGen

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