Show / Hide Table of Contents

Class ServiceObject

Inheritance
System.Object
CollectObject
ServiceObject
Inherited Members
CollectObject.ResultType
CollectObject.RowKey
CollectObject.Serialized
CollectObject.ShouldSerializeRowKey()
CollectObject.ShouldSerializeSerialized()
Namespace: Microsoft.CST.AttackSurfaceAnalyzer.Objects
Assembly: AsaLib.dll
Syntax
public class ServiceObject : CollectObject

Constructors

| Improve this Doc View Source

ServiceObject(String)

Declaration
public ServiceObject(string Name)
Parameters
Type Name Description
System.String Name

Properties

| Improve this Doc View Source

AcceptPause

Declaration
public bool? AcceptPause { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

AcceptStop

Declaration
public bool? AcceptStop { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

Caption

Declaration
public string? Caption { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

CheckPoint

Declaration
public uint? CheckPoint { get; set; }
Property Value
Type Description
System.Nullable<System.UInt32>
| Improve this Doc View Source

CreationClassName

Declaration
public string? CreationClassName { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

DelayedAutoStart

Declaration
public bool? DelayedAutoStart { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

Description

Declaration
public string? Description { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

DesktopInteract

Declaration
public bool? DesktopInteract { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

DisplayName

Declaration
public string? DisplayName { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

ErrorControl

Declaration
public string? ErrorControl { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

ExitCode

Declaration
public uint? ExitCode { get; set; }
Property Value
Type Description
System.Nullable<System.UInt32>
| Improve this Doc View Source

Identity

Declaration
public override string Identity { get; }
Property Value
Type Description
System.String
Overrides
CollectObject.Identity
| Improve this Doc View Source

InstallDate

Declaration
public DateTime InstallDate { get; set; }
Property Value
Type Description
DateTime
| Improve this Doc View Source

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PathName

Declaration
public string? PathName { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

ProcessId

Declaration
public uint? ProcessId { get; set; }
Property Value
Type Description
System.Nullable<System.UInt32>
| Improve this Doc View Source

ServiceSpecificExitCode

Declaration
public uint? ServiceSpecificExitCode { get; set; }
Property Value
Type Description
System.Nullable<System.UInt32>
| Improve this Doc View Source

ServiceType

Declaration
public string? ServiceType { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

Started

Declaration
public bool? Started { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

StartMode

Declaration
public string? StartMode { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

StartName

Declaration
public string? StartName { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

State

Declaration
public string? State { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

Status

Declaration
public string? Status { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

SystemCreationClassName

Declaration
public string? SystemCreationClassName { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

SystemName

Declaration
public string? SystemName { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

TagId

Declaration
public uint? TagId { get; set; }
Property Value
Type Description
System.Nullable<System.UInt32>
| Improve this Doc View Source

WaitHint

Declaration
public uint? WaitHint { get; set; }
Property Value
Type Description
System.Nullable<System.UInt32>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX