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 repository.

Properties

Repository

The default IAssemblyRepository to use.

public static IAssemblyRepository? Repository { get; set; }

Property Value

IAssemblyRepository

Inherited Members