-
Notifications
You must be signed in to change notification settings - Fork 274
Prefetch Class
Jared Atkinson edited this page Nov 5, 2015
·
9 revisions
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()
}
Version -
Name -
Path -
PathHash -
DependencyCount -
PrefetchAccessTime -
DeviceCount -
RunCount -
DependencyCount -
Name | Description |
---|---|
Get(string) | |
Get(string, bool) | |
GetInstances(string) | |
GetInstances(string, bool) | |
CheckStatus(string) | |
ToString() |
Getting Started
- PowerForensics
- PowerForensics.Artifacts
- PowerForensics.Ntfs
- PowerForensics.Formats
- PowerForensics.Registry
- PowerForensics.Utilities
Cmdlets
- ConvertTo-ForensicTimeline
- Copy-ForensicFile
- Get-ForensicAlternateDataStream
- Get-ForensicAmcache
- Get-ForensicAttrDef
- Get-ForensicBitmap
- Get-ForensicBootSector
- Get-ForensicChildItem
- Get-ForensicContent
- Get-ForensicEventLog
- Get-ForensicFileRecord
- Get-ForensicFileRecordIndex
- Get-ForensicFileSlack
- Get-ForensicGuidPartitionTable
- Get-ForensicMasterBootRecord
- Get-ForensicMftSlack
- Get-ForensicNetworkList
- Get-ForensicPartitionTable
- Get-ForensicPrefetch
- Get-ForensicRegistryKey
- Get-ForensicRegistryValue
- Get-ForensicScheduledJob
- Get-ForensicSid
- Get-ForensicTimeline
- Get-ForensicTimezone
- Get-ForensicUnallocatedSpace
- Get-ForensicUserAssist
- Get-ForensicUsnJrnl
- Get-ForensicUsnJrnlInformation
- Get-ForensicVolumeBootRecord
- Get-ForensicVolumeInformation
- Get-ForensicVolumeName
- Invoke-ForensicDD