API Reference
Class
PersistenceEntryInfo
Single startup persistence row.
Inheritance
- Object
- PersistenceEntryInfo
Constructors
public PersistenceEntryInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public PersistenceEntryKind Kind { get; set; } #Entry kind.
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.