Table of Contents

Namespace Dynamicweb.Extensibility

Classes

AssemblyLoader

AssemblyLoader is used for loading assemblies not already inte appdomain

ServiceLocator

This class provides the ambient container for this application. If your framework defines such an ambient container, use ServiceLocator.Current to get it.

TypeAliasProvider
TypeAliasProvider<T>
TypeExtensions

Class TypeExtensions contains extension methods for working with types.

TypeHelper

Interfaces

IServiceContainer

Interface IServiceContainer

IServiceLocator

The generic Service Locator interface. This interface is used to retrieve services (instances identified by type and optional name) from a container.

Delegates

ServiceLocatorProvider

This delegate type is used to provide a method that will return the current container. Used with the ServiceLocator static accessor class.

To top