[Mono-list] System.ServiceProcess.ServiceBase

Mark Derricutt mark@talios.com
Tue, 08 Apr 2003 11:46:31 +1200


I have some c# code which implements a windows service which I'm wanting
to compile under linux with mono as part of our automated build.

The UI side of the application I'm looking at porting to GtkSharp and is
looking to be fairly easy to implement.

However, the actual service side extends the class
System.ServiceProcess.ServiceBase which I can't find any mention of
anywhere on the Mono site.  Are any of the classes in the
System.ServiceProcess namespace available in mono?

Or am I gonna be outta luck on this one?