home HTML XML DTD CSS Visual Filter JavaScript Java ASP SSI .NET  
.NET Reference >
Suggested Reading

System.ServiceProcess


tag/attrib/value description
ServiceBase   Provides a base class for a service that will exist as part of a service application. ServiceBase must be derived when creating a new service class.
ServiceController   Represents a Windows service and allows you to connect to a running or stopped service, manipulate it, or get information about it.
ServiceControllerPermission   Allows control of code access security permissions for service controllers.
ServiceControllerPermissionAttribute   Allows declarative service controller permission checks.
ServiceControllerPermissionEntry   Defines the smallest unit of a code access security permission that is set for a ServiceController.
ServiceControllerPermissionEntryCollection   Contains a strongly-typed collection of ServiceControllerPermissionEntry objects.
ServiceInstaller   Installs a class that extends ServiceBase to implement a service. This class is called by the install utility when installing a service application.
ServiceProcessDescriptionAttribute   Specifies a description for a property or event.
ServiceProcessInstaller   Installs an executable containing classes that extend ServiceBase. This class is called by installation utilities, such as InstallUtil.exe, when installing a service application.
TimeoutException   The exception that is thrown when a specified timeout has expired.
PowerBroadcastStatus   Indicates the system's power status.
ServiceAccount   Specifies a service's security context, which defines its logon type.
ServiceControllerPermissionAccess   Defines access levels used by ServiceController permission classes.
ServiceControllerStatus   Indicates the current state of the service.
ServiceStartMode   Indicates the start mode of the service.
ServiceType   Represents the type of the service.