C# Class BTDB.IL.ILDynamicMethodImpl

Inheritance: IILDynamicMethod, IILDynamicMethodWithThis
Show file Open project: Bobris/BTDB Class Usage Examples

Public Methods

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

Method Details

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

ILDynamicMethodImpl() public method

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