C# Class Castle.DynamicProxy.Generators.DelegateProxyGenerator

Inheritance: BaseProxyGenerator
Afficher le fichier Open project: Jarvin-Guan/CleanAOP Class Usage Examples

Méthodes publiques

Méthode Description
DelegateProxyGenerator ( ModuleScope scope, Type delegateType ) : System
GetProxyType ( ) : Type

Méthodes protégées

Méthode Description
GetTypeImplementerMapping ( IEnumerable &contributors, INamingScope namingScope ) : IEnumerable

Private Methods

Méthode Description
CreateTargetField ( ClassEmitter emitter ) : FieldReference
GenerateType ( string name, INamingScope namingScope ) : Type

Method Details

DelegateProxyGenerator() public méthode

public DelegateProxyGenerator ( ModuleScope scope, Type delegateType ) : System
scope ModuleScope
delegateType System.Type
Résultat System

GetProxyType() public méthode

public GetProxyType ( ) : Type
Résultat System.Type

GetTypeImplementerMapping() protected méthode

protected GetTypeImplementerMapping ( IEnumerable &contributors, INamingScope namingScope ) : IEnumerable
contributors IEnumerable
namingScope INamingScope
Résultat IEnumerable