IProxyFactory Interface

Definition

A factory for runtime creation of proxy objects.

public interface class IProxyFactory
public interface IProxyFactory
type IProxyFactory = interface
Public Interface IProxyFactory

Methods

CreateProxy<TProxy>(Object)

Creates a proxy object that is assignable to type TProxy.

Applies to