Namespace Solti.Utils.Proxy.Generators

Classes

ClassProxyGenerator

Type generator for creating proxies that intercept class method calls.

ClassProxyGenerator<TClass>

Type generator for creating proxies that intercept class method calls.

DelegateProxyGenerator

Type generator for creating proxies that intercept delegate invocations.

DelegateProxyGenerator<TDelegate>

Type generator for creating proxies that intercept delegate invocations.

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.

InterfaceProxyGenerator

Creates a new InterfaceProxyGenerator instance which hooks into the given interface.

InterfaceProxyGenerator<TInterface>

Type generator for creating proxies that intercept interface method calls.

In This Article
Back to top Generated by DocFX