Click or drag to resize
Xcalibur Systems LLC Logo

ServiceDelayedAutoStartInfo Class

Contains the delayed auto-start setting of an auto-start service.

SERVICE_DELAYED_AUTO_START_INFO structure

Inheritance Hierarchy
SystemObject
  Xcalibur.NativeMethods.V2.ServicesServiceDelayedAutoStartInfo

Namespace: Xcalibur.NativeMethods.V2.Services
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
[StructLayoutAttribute(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
public class ServiceDelayedAutoStartInfo

The ServiceDelayedAutoStartInfo type exposes the following members.

Constructors
 NameDescription
Public methodServiceDelayedAutoStartInfoInitializes a new instance of the ServiceDelayedAutoStartInfo class
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldDelayedAutoStart If this member is TRUE, the service is started after other auto-start services are started plus a short delay. Otherwise, the service is started during system boot. This setting is ignored unless the service is an auto-start service.
Top
See Also