[Mono-list] System.ServiceProcess.ServiceBase
Miguel de Icaza
miguel@ximian.com
08 Apr 2003 10:28:10 -0400
Hello,
> 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?
This class has not been implemented yet.