C# Класс BTDB.IL.Caching.CachingILDynamicMethodWithThis

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

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

Метод Описание
CachingILDynamicMethodWithThis ( CachingILBuilder cachingILBuilder, string name, Type @delegate, Type thisType ) : System
Create ( object @this ) : object
ExpectedLength ( int length ) : void
FinalizeCreation ( ) : void

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

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

public CachingILDynamicMethodWithThis ( CachingILBuilder cachingILBuilder, string name, Type @delegate, Type thisType ) : System
cachingILBuilder CachingILBuilder
name string
@delegate System.Type
thisType System.Type
Результат System

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

public Create ( object @this ) : object
@this object
Результат object

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

public ExpectedLength ( int length ) : void
length int
Результат void

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

public FinalizeCreation ( ) : void
Результат void