ServiceController Properties
.NET Framework 2.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| CanPauseAndContinue | Gets a value indicating whether the service can be paused and resumed. |
| CanShutdown | Gets a value indicating whether the service should be notified when the system is shutting down. |
| CanStop | Gets a value indicating whether the service can be stopped after it has started. |
| Container | Gets the IContainer that contains the Component. (Inherited from Component.) |
| DependentServices | Gets the set of services that depends on the service associated with this ServiceController instance. |
| DisplayName | Gets or sets a friendly name for the service. |
| MachineName | Gets or sets the name of the computer on which this service resides. |
| ServiceHandle | Gets the handle for the service. |
| ServiceName | Gets or sets the name that identifies the service that this instance references. |
| ServicesDependedOn | The set of services that this service depends on. |
| ServiceType | Gets the type of service that this object references. |
| Site | Gets or sets the ISite of the Component. (Inherited from Component.) |
| Status | Gets the status of the service that is referenced by this instance. |
| Name | Description | |
|---|---|---|
| CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component.) |
| DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) |
| Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) |