Table of Contents

Class Host

Namespace
nanoFramework.Hosting
Assembly
nanoFramework.Hosting.dll

Provides convenience methods for creating instances of IHostBuilder with pre-configured defaults.

public static class Host
Inheritance
Host
Inherited Members

Methods

CreateDefaultBuilder()

Initializes a new instance of the HostBuilder class with pre-configured defaults.

public static IHostBuilder CreateDefaultBuilder()

Returns

IHostBuilder

The initialized IHostBuilder.