Table of Contents

Method BeginLoadContextLifetimeScope

Namespace
Autofac
Assembly
Autofac.dll

BeginLoadContextLifetimeScope(AssemblyLoadContext, Action<ContainerBuilder>)

ILifetimeScope BeginLoadContextLifetimeScope(AssemblyLoadContext loadContext, Action<ContainerBuilder> configurationAction)

Parameters

loadContext AssemblyLoadContext
configurationAction Action<ContainerBuilder>

Returns

ILifetimeScope

BeginLoadContextLifetimeScope(object, AssemblyLoadContext, Action<ContainerBuilder>)

ILifetimeScope BeginLoadContextLifetimeScope(object tag, AssemblyLoadContext loadContext, Action<ContainerBuilder> configurationAction)

Parameters

tag object
loadContext AssemblyLoadContext
configurationAction Action<ContainerBuilder>

Returns

ILifetimeScope