C# Класс BTDB.IL.ILDynamicTypeImpl

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

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

Метод Описание
CreateType ( ) : Type
DefineConstructor ( Type parameters ) : IILMethod
DefineEvent ( string name, EventAttributes eventAttributes, Type type ) : IILEvent
DefineField ( string name, Type type, FieldAttributes fieldAttributes ) : IILField
DefineMethod ( string name, Type returns, Type parameters, MethodAttributes methodAttributes = MethodAttributes.Public ) : IILMethod
DefineMethodOverride ( IILMethod methodBuilder, MethodInfo baseMethod ) : void
ILDynamicTypeImpl ( string name, Type baseType, Type interfaces ) : System

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

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

public CreateType ( ) : Type
Результат System.Type

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

public DefineConstructor ( Type parameters ) : IILMethod
parameters System.Type
Результат IILMethod

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

public DefineEvent ( string name, EventAttributes eventAttributes, Type type ) : IILEvent
name string
eventAttributes EventAttributes
type System.Type
Результат IILEvent

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

public DefineField ( string name, Type type, FieldAttributes fieldAttributes ) : IILField
name string
type System.Type
fieldAttributes FieldAttributes
Результат IILField

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

public DefineMethod ( string name, Type returns, Type parameters, MethodAttributes methodAttributes = MethodAttributes.Public ) : IILMethod
name string
returns System.Type
parameters System.Type
methodAttributes MethodAttributes
Результат IILMethod

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

public DefineMethodOverride ( IILMethod methodBuilder, MethodInfo baseMethod ) : void
methodBuilder IILMethod
baseMethod System.Reflection.MethodInfo
Результат void

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

public ILDynamicTypeImpl ( string name, Type baseType, Type interfaces ) : System
name string
baseType System.Type
interfaces System.Type
Результат System