Skip to content

Prefetch Class

Jared Atkinson edited this page Nov 5, 2015 · 9 revisions

Syntax

public class Prefetch
{
    // Properties
    public readonly PREFETCH_VERSION Version;
    public readonly string Name;
    public readonly string Path;
    public readonly string PathHash;
    public readonly int DependencyCount;
    public readonly DateTime[] PrefetchAccessTime;
    public readonly int DeviceCount;
    public readonly int RunCount;
    public readonly string[] DependencyFiles;

    // Static Methods
    public static Prefetch Get(string filePath)
    public static Prefetch Get(string filePath, bool fast)
    public static Prefetch[] GetInstances(string volume)
    public static Prefetch[] GetInstances(string volume, bool fast)
    public static PREFETCH_ENABLED CheckStatus(string path)

    // Override Methods
    public override string ToString()
}

Properties

Version - 
Name - 
Path - 
PathHash - 
DependencyCount - 
PrefetchAccessTime - 
DeviceCount - 
RunCount - 
DependencyCount - 

Methods

Name Description
Get(string)
Get(string, bool)
GetInstances(string)
GetInstances(string, bool)
CheckStatus(string)
ToString()

Home

Getting Started

Documentation

Cmdlets

Clone this wiki locally