<PackageReference Include="Castle.Windsor" Version="5.1.0" />

DefaultProxyFactory

This implementation of IProxyFactory relies on DynamicProxy to expose proxy capabilities.

Constructs a DefaultProxyFactory

public DefaultProxyFactory(bool disableSignedModule)

protected virtual void CustomizeOptions(ProxyGenerationOptions options, IKernel kernel, ComponentModel model, object[] arguments)

protected virtual void CustomizeProxy(object proxy, ProxyGenerationOptions options, IKernel kernel, ComponentModel model)

public void OnDeserialization(object sender)