The InTheHand.ServiceProcess namespace provides classes that allow you to control Windows Embedded service applications.
| C# | Visual Basic |
namespace InTheHand.ServiceProcess
Namespace InTheHand.ServiceProcess
| All Types | Classes | Enumerations |
| Icon | Type | Description |
|---|---|---|
| ServiceController |
Represents a Windows Embedded service and allows you to connect to a running or stopped service, manipulate it, or get information about it.
| |
| ServiceControllerStatus |
Indicates the current state of the service.
| |
| ServiceType |
Represents the type of the service.
|