AppDomainAssemblyCandidateFinder.

AppDomainAssemblyCandidateFinder(AppDomain, ILogger) Constructor

Summary

Initializes a new instance of the DependencyContextAssemblyCandidateFinder class.

Syntax

public AppDomainAssemblyCandidateFinder(AppDomain appDomain = null, ILogger logger = null)

Attributes

Type Description
NullableContextAttribute

Parameters

Name Type Description
appDomain AppDomain The application domain.
logger ILogger The logger.

Return Value

Type Description
void