Click or drag to resize
IInjector Interface
Standard Interface for ErrorUnit to work with IoC Dependency Injector. The Interceptor is attached to the IOC container; You will have to add the appropriate DLL and using statement for the IInjector you are using ( it will be named like ErrorUnit.Injector_... followed by your IOC library name).
Examples
Add this where you define your IOC container:
ErrorUnitCentral._Injector = new ErrorUnitInjector();
ErrorUnitCentral._LinkInjector(container);

Namespace: ErrorUnit.Interfaces
Assembly: ErrorUnit.Interfaces (in ErrorUnit.Interfaces.dll) Version: 1.0.1.29696 (1.0.0.1)
Syntax
C#
public interface IInjector

The IInjector type exposes the following members.

Methods
See Also