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

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

Private Properties

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

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

Метод Описание
AddMethod ( ) : MethodGen
AddMethod ( string parameterName ) : MethodGen
Attribute ( AttributeType type ) : EventGen
Attribute ( System attributeType ) : EventGen
BeginAttribute ( AttributeType type ) : AttributeGen
BeginAttribute ( System attributeType ) : AttributeGen
GetReturnType ( ITypeMapper typeMapper ) : Type
RemoveMethod ( ) : MethodGen
RemoveMethod ( string parameterName ) : MethodGen
WithStandardImplementation ( ) : EventGen

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

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

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

Метод Описание
EventGen ( TypeGen owner, string name, Type type, MethodAttributes mthAttr ) : System
IDelayedCompletion ( ) : void
LockSignature ( ) : void

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

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

public AddMethod ( ) : MethodGen
Результат MethodGen

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

public AddMethod ( string parameterName ) : MethodGen
parameterName string
Результат MethodGen

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

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

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

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

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

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

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

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

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

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

public RemoveMethod ( ) : MethodGen
Результат MethodGen

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

public RemoveMethod ( string parameterName ) : MethodGen
parameterName string
Результат MethodGen

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

public WithStandardImplementation ( ) : EventGen
Результат EventGen