C# Class BTDB.IL.ILDynamicMethodImpl

Inheritance: IILDynamicMethod, IILDynamicMethodWithThis
Afficher le fichier Open project: Bobris/BTDB Class Usage Examples

Méthodes publiques

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

public Create ( ) : object
Résultat object

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

ILDynamicMethodImpl() public méthode

public ILDynamicMethodImpl ( string name, Type delegateType, Type thisType ) : System
name string
delegateType System.Type
thisType System.Type
Résultat System