Namespace Dynamicweb.Extensibility
Classes
- Assembly
Loader AssemblyLoader is used for loading assemblies not already inte appdomain
- Service
Locator This class provides the ambient container for this application. If your framework defines such an ambient container, use ServiceLocator.Current to get it.
- Type
Extensions Class TypeExtensions contains extension methods for working with types.
Interfaces
- IService
Container Interface IServiceContainer
- IService
Locator The generic Service Locator interface. This interface is used to retrieve services (instances identified by type and optional name) from a container.
Delegates
- Service
Locator Provider This delegate type is used to provide a method that will return the current container. Used with the Service
Locator static accessor class.