C# Class Castle.DynamicProxy.Generators.InterfaceProxyWithoutTargetGenerator

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

Méthodes publiques

Méthode Description
InterfaceProxyWithoutTargetGenerator ( ModuleScope scope, Type @interface ) : System

Méthodes protégées

Méthode Description
AddMappingForTargetType ( ITypeContributor>.IDictionary interfaceTypeImplementerMapping, Type proxyTargetType, ICollection targetInterfaces, ICollection additionalInterfaces, INamingScope namingScope ) : ITypeContributor
GenerateType ( string typeName, Type proxyTargetType, Type interfaces, INamingScope namingScope ) : Type

Method Details

AddMappingForTargetType() protected méthode

protected AddMappingForTargetType ( ITypeContributor>.IDictionary interfaceTypeImplementerMapping, Type proxyTargetType, ICollection targetInterfaces, ICollection additionalInterfaces, INamingScope namingScope ) : ITypeContributor
interfaceTypeImplementerMapping ITypeContributor>.IDictionary
proxyTargetType System.Type
targetInterfaces ICollection
additionalInterfaces ICollection
namingScope INamingScope
Résultat ITypeContributor

GenerateType() protected méthode

protected GenerateType ( string typeName, Type proxyTargetType, Type interfaces, INamingScope namingScope ) : Type
typeName string
proxyTargetType System.Type
interfaces System.Type
namingScope INamingScope
Résultat System.Type

InterfaceProxyWithoutTargetGenerator() public méthode

public InterfaceProxyWithoutTargetGenerator ( ModuleScope scope, Type @interface ) : System
scope ModuleScope
@interface System.Type
Résultat System