Table of Contents

Class HostingAbstractionsHostExtensions

Namespace
nanoFramework.Hosting
Assembly
nanoFramework.Hosting.dll

Extensions for IHost.

public static class HostingAbstractionsHostExtensions
Inheritance
HostingAbstractionsHostExtensions
Inherited Members

Methods

Run(IHost)

Runs an application and block the calling thread.

public static void Run(this IHost host)

Parameters

host IHost

The IHost to run.