Class PrefetchFileMetadata
Windows Prefetch file metadata.
Implements
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class PrefetchFileMetadata : IMessage<PrefetchFileMetadata>, IEquatable<PrefetchFileMetadata>, IDeepCloneable<PrefetchFileMetadata>, IBufferMessage, IMessage
Constructors
PrefetchFileMetadata()
Declaration
public PrefetchFileMetadata()
PrefetchFileMetadata(PrefetchFileMetadata)
Declaration
public PrefetchFileMetadata(PrefetchFileMetadata other)
Parameters
| Type | Name | Description |
|---|---|---|
| PrefetchFileMetadata | other |
Properties
PrefetchHash
A hash of the executable path used to identify the prefetch file.
Declaration
public string PrefetchHash { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RunCount
The number of times the application has been run.
Declaration
public long RunCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long |