IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Engine.IServiceLocator Interface Reference

IServiceLocator allows clients to locate any NUnit services for which the interface is referenced. In normal use, this linits it to those services using interfaces defined in the nunit.engine.api assembly. More...

+ Inheritance diagram for NUnit.Engine.IServiceLocator:

Public Member Functions

GetService< T > ()
 Return a specified type of service More...
 
object GetService (Type serviceType)
 Return a specified type of service More...
 

Detailed Description

IServiceLocator allows clients to locate any NUnit services for which the interface is referenced. In normal use, this linits it to those services using interfaces defined in the nunit.engine.api assembly.

Member Function Documentation

Return a specified type of service

Implemented in NUnit.Engine.ServiceContext.

Type Constraints
T :class 
object NUnit.Engine.IServiceLocator.GetService ( Type  serviceType)

The documentation for this interface was generated from the following file: