Skip to content

Tutorial

Mike Schenk edited this page May 5, 2016 · 4 revisions

Using Visual Studio

  1. Create a Console Application. .NET 3.5 and above is supported

  2. Optionally, change Main to return int

  3. Create a bootstrap class The class can be named anything. It must have a public default (no-argument) constructor. It must implement the IManagedService interface.

Clone this wiki locally