C# Class Castle.DynamicProxy.Generators.InterfaceProxyWithoutTargetGenerator

Inheritance: InterfaceProxyWithTargetGenerator
Mostra file Open project: Jarvin-Guan/CleanAOP Class Usage Examples

Public Methods

Method Description
InterfaceProxyWithoutTargetGenerator ( ModuleScope scope, Type @interface ) : System

Protected Methods

Method 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 method

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
return ITypeContributor

GenerateType() protected method

protected GenerateType ( string typeName, Type proxyTargetType, Type interfaces, INamingScope namingScope ) : Type
typeName string
proxyTargetType System.Type
interfaces System.Type
namingScope INamingScope
return System.Type

InterfaceProxyWithoutTargetGenerator() public method

public InterfaceProxyWithoutTargetGenerator ( ModuleScope scope, Type @interface ) : System
scope ModuleScope
@interface System.Type
return System