Show / Hide Table of Contents

Class PrefetchFileMetadata

Windows Prefetch file metadata.

Inheritance
object
PrefetchFileMetadata
Implements
IMessage<PrefetchFileMetadata>
IEquatable<PrefetchFileMetadata>
IDeepCloneable<PrefetchFileMetadata>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
In this article
Back to top Generated by DocFX