Table of Contents

Class HostBuilderContext

Namespace
Microsoft.Extensions.Hosting
Assembly
nanoFramework.Hosting.dll

Context containing the common services on the IHost. Some properties may be null until set by the IHost.

public class HostBuilderContext
Inheritance
HostBuilderContext
Inherited Members
Extension Methods

Constructors

HostBuilderContext(Hashtable)

Initializes a new instance of HostBuilderContext.

public HostBuilderContext(Hashtable properties)

Parameters

properties Hashtable

A non-null Hashtable for sharing state between components during the host building process.

Properties

Properties

A central location for sharing state between components during the host building process.

public Hashtable Properties { get; }

Property Value

Hashtable