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.ServiceContext Class Reference

The ServiceContext is used by services, runners and external clients to locate the services they need through the IServiceLocator interface. More...

+ Inheritance diagram for NUnit.Engine.ServiceContext:
+ Collaboration diagram for NUnit.Engine.ServiceContext:

Public Member Functions

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

Properties

ServiceManager ServiceManager [get, private set]
 

Detailed Description

The ServiceContext is used by services, runners and external clients to locate the services they need through the IServiceLocator interface.

Constructor & Destructor Documentation

NUnit.Engine.ServiceContext.ServiceContext ( )
inline

Member Function Documentation

Return a specified type of service

Implements NUnit.Engine.IServiceLocator.

Type Constraints
T :class 

References NUnit.Engine.Services.ServiceManager.GetService().

Property Documentation


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