C# Class BTDB.IL.ILDynamicMethodDebugImpl

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

Méthodes publiques

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

Méthode Description
FinishType ( ) : Type

Method Details

CheckInPeVerify() public méthode

public CheckInPeVerify ( ) : void
Résultat void

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

ILDynamicMethodDebugImpl() public méthode

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