C# 클래스 BTDB.IL.Caching.CachingILDynamicMethodWithThis

상속: IILDynamicMethodWithThis
파일 보기 프로젝트 열기: Bobris/BTDB

공개 메소드들

메소드 설명
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