C# Class BTDB.IL.ILDynamicMethodDebugImpl

Inheritance: IILDynamicMethod, IILDynamicMethodWithThis
Datei anzeigen Open project: Bobris/BTDB

Public Methods

Method Description
CheckInPeVerify ( ) : void
Create ( ) : object
Create ( object @this ) : object
ExpectedLength ( int length ) : void
FinalizeCreation ( ) : void
ILDynamicMethodDebugImpl ( string name, Type delegateType, Type thisType ) : System

Private Methods

Method Description
FinishType ( ) : Type

Method Details

CheckInPeVerify() public method

public CheckInPeVerify ( ) : void
return void

Create() public method

public Create ( ) : object
return object

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

ILDynamicMethodDebugImpl() public method

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