Table of Contents

Constructor LifetimeScope

Namespace
Autofac.Core.Lifetime
Assembly
Autofac.dll

LifetimeScope(IComponentRegistry, object)

public LifetimeScope(IComponentRegistry componentRegistry, object tag)

Parameters

componentRegistry IComponentRegistry
tag object

LifetimeScope(IComponentRegistry)

public LifetimeScope(IComponentRegistry componentRegistry)

Parameters

componentRegistry IComponentRegistry

LifetimeScope(IComponentRegistry, LifetimeScope, object)

protected LifetimeScope(IComponentRegistry componentRegistry, LifetimeScope parent, object tag)

Parameters

componentRegistry IComponentRegistry
parent LifetimeScope
tag object