TestimoX

API Reference

Class

PersistenceEntryInfo

Namespace ComputerX.Persistence
Assembly ComputerX
Modifiers sealed

Single startup persistence row.

Inheritance

  • Object
  • PersistenceEntryInfo

Constructors

Properties

public PersistenceEntryKind Kind { get; set; } #

Entry kind.

public String Name { get; set; } #

Entry name.

public String CommandOrPath { get; set; } #

Entry command or target path.

public String Location { get; set; } #

Source location (registry path, folder path, task path, service name).

public String Scope { get; set; } #

Scope label (Machine/User/Profile/etc.).

public Nullable<Boolean> Enabled { get; set; } #

True when entry is enabled/active when known.