C# Class BTDB.IL.Caching.CachingILDynamicMethodWithThis

Inheritance: IILDynamicMethodWithThis
Afficher le fichier Open project: Bobris/BTDB

Méthodes publiques

Méthode 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 méthode

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

Create() public méthode

public Create ( object @this ) : object
@this object
Résultat object

ExpectedLength() public méthode

public ExpectedLength ( int length ) : void
length int
Résultat void

FinalizeCreation() public méthode

public FinalizeCreation ( ) : void
Résultat void