VIS2 SS2013 CVD DVR
 All Classes Namespaces Functions Enumerations Properties
Public Member Functions | List of all members
visLU.VisServiceContainer Class Reference

Container class for passing shared services between different components, for instance the ContentManager uses it to locate the IGraphicsDeviceService implementation. Implements the IServiceProvider interface. This is used More...

Inheritance diagram for visLU.VisServiceContainer:

Public Member Functions

void AddService< T > (T service)
 Adds a new service to the collection. More...
 
object GetService (Type serviceType)
 Looks up the specified service. More...
 

Detailed Description

Container class for passing shared services between different components, for instance the ContentManager uses it to locate the IGraphicsDeviceService implementation. Implements the IServiceProvider interface. This is used

Definition at line 13 of file VisServiceContainer.cs.

Member Function Documentation

void visLU.VisServiceContainer.AddService< T > ( service)

Adds a new service to the collection.

Definition at line 22 of file VisServiceContainer.cs.

object visLU.VisServiceContainer.GetService ( Type  serviceType)

Looks up the specified service.

Definition at line 31 of file VisServiceContainer.cs.


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