InstantiateProxyFactory Method

Glimpse API

Factory InstantiateProxyFactory Method Glimpse API Documentation
Instantiates an instance of IProxyFactory.

Namespace: Glimpse.Core.Framework
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

public IProxyFactory InstantiateProxyFactory()
public IProxyFactory InstantiateProxyFactory()

Return Value

A IProxyFactory instance resolved by one of the IServiceLocators, otherwise CastleDynamicProxyFactory (leveraging OnlineCastle DynamicProxy.).
See Also