Namespace Solti.Utils.Proxy.Generators
Classes
DuckGenerator
Type generator for creating a proxy that wraps the Target to implement the Interface.
DuckGenerator<TInterface, TTarget>
Type generator for creating a proxy that wraps the TTarget
to implement the TInterface
.
ProxyGenerator
Type generator for creating proxies that intercept interface method calls.
ProxyGenerator<TInterface, TInterceptor>
Type generator for creating proxies that intercept interface method calls.