C# Class BTDB.IL.Caching.CachingILDynamicMethodWithThis

Inheritance: IILDynamicMethodWithThis
显示文件 Open project: Bobris/BTDB

Public Methods

Method Description
CachingILDynamicMethodWithThis ( CachingILBuilder cachingILBuilder, string name, Type @delegate, Type thisType ) : System
Create ( object @this ) : object
ExpectedLength ( int length ) : void
FinalizeCreation ( ) : void

Method Details

CachingILDynamicMethodWithThis() public method

public CachingILDynamicMethodWithThis ( CachingILBuilder cachingILBuilder, string name, Type @delegate, Type thisType ) : System
cachingILBuilder CachingILBuilder
name string
@delegate System.Type
thisType System.Type
return System

Create() public method

public Create ( object @this ) : object
@this object
return object

ExpectedLength() public method

public ExpectedLength ( int length ) : void
length int
return void

FinalizeCreation() public method

public FinalizeCreation ( ) : void
return void