Show / Hide Table of Contents

Class AppCompatMetadata

Windows AppCompatCache (Application Compatibility) metadata.

Inheritance
object
AppCompatMetadata
Implements
IMessage<AppCompatMetadata>
IEquatable<AppCompatMetadata>
IDeepCloneable<AppCompatMetadata>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class AppCompatMetadata : IMessage<AppCompatMetadata>, IEquatable<AppCompatMetadata>, IDeepCloneable<AppCompatMetadata>, IBufferMessage, IMessage

Constructors

AppCompatMetadata()

Declaration
public AppCompatMetadata()

AppCompatMetadata(AppCompatMetadata)

Declaration
public AppCompatMetadata(AppCompatMetadata other)
Parameters
Type Name Description
AppCompatMetadata other

Properties

ControlSet

Indicates which registry Control Set the AppCompatCache data belongs to (e.g., "ControlSet001").

Declaration
public string ControlSet { get; set; }
Property Value
Type Description
string

Executed

Indicates whether the file associated with the entry was executed.

Declaration
public bool Executed { get; set; }
Property Value
Type Description
bool

Sequence

Indicates the chronological order in which the entry was added to the cache.

Declaration
public int Sequence { get; set; }
Property Value
Type Description
int
In this article
Back to top Generated by DocFX