Class HostBuilderContext
- Namespace
- nanoFramework.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(object[])
Initializes a new instance of the HostBuilderContext class.
public HostBuilderContext(object[] properties)
Parameters
properties
object[]
Properties
Properties
A central location for sharing state between components during the host building process.
public object[] Properties { get; }
Property Value
- object[]