Click or drag to resize
Xcalibur Systems LLC Logo

ServiceDescription Class

Contains a service description.

SERVICE_DESCRIPTION structure

Inheritance Hierarchy
SystemObject
  Xcalibur.NativeMethods.V2.ServicesServiceDescription

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 ServiceDescription

The ServiceDescription type exposes the following members.

Constructors
 NameDescription
Public methodServiceDescriptionInitializes a new instance of the ServiceDescription 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 fieldDescription The description of the service. If this member is NULL, the description remains unchanged. If this value is an empty string (""), the current description is deleted.
Top
See Also