Interface IBuildContext

Context used during the build phase.

Namespace: Solti.Utils.DI.Interfaces
Assembly: Solti.Utils.DI.Interfaces.dll
Syntax
public interface IBuildContext

Properties

Compiler

The compiler to be used to build System.Linq.Expressions.LambdaExpressions.

Declaration
DelegateCompiler Compiler { get; }
Property Value
Type Description
DelegateCompiler

Methods

AssignSlot()

Creates a new slot and return its ID

Declaration
int AssignSlot()
Returns
Type Description
System.Int32
Remarks

Calling this method is required to store scoped service instances.

In This Article
Back to top Generated by DocFX