C# 클래스 BTDB.IL.ILDynamicMethodDebugImpl

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

공개 메소드들

메소드 설명
CheckInPeVerify ( ) : void
Create ( ) : object
Create ( object @this ) : object
ExpectedLength ( int length ) : void
FinalizeCreation ( ) : void
ILDynamicMethodDebugImpl ( string name, Type delegateType, Type thisType ) : System

비공개 메소드들

메소드 설명
FinishType ( ) : Type

메소드 상세

CheckInPeVerify() 공개 메소드

public CheckInPeVerify ( ) : void
리턴 void

Create() 공개 메소드

public Create ( ) : object
리턴 object

Create() 공개 메소드

public Create ( object @this ) : object
@this object
리턴 object

ExpectedLength() 공개 메소드

public ExpectedLength ( int length ) : void
length int
리턴 void

FinalizeCreation() 공개 메소드

public FinalizeCreation ( ) : void
리턴 void

ILDynamicMethodDebugImpl() 공개 메소드

public ILDynamicMethodDebugImpl ( string name, Type delegateType, Type thisType ) : System
name string
delegateType System.Type
thisType System.Type
리턴 System