AlternateType T Constructor | Glimpse API Documentation |
Initializes a new instance of the AlternateType T class.
Namespace: Glimpse.Core.ExtensibilityAssembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)
Syntax
protected AlternateType( IProxyFactory proxyFactory )
protected AlternateType( IProxyFactory proxyFactory )
Parameters
- proxyFactory
- Type: Glimpse.Core.Extensibility IProxyFactory
The proxy factory.
Exceptions
Exception | Condition |
---|---|
System ArgumentNullException | Throws and exception if proxyFactory is null. |
See Also