In This Article

AmbientAssemblyRepositoryProvider Class

Implements a class that can be used to provide a static IAssemblyRepository that is used for managing and caching assemblies by default.

public static class AmbientAssemblyRepositoryProvider
Inheritance:
Object Object

Remarks

Set the Repository property to an IAssemblyRepository instance to register the default assembly respository.

Properties

Repository

Gets or sets the default IAssemblyRepository to use.

public static IAssemblyRepository Repository { get; set; }

Property Value

IAssemblyRepository:

The default IAssemblyRepository to use.

Inherited Members