Skip to content

Amcache Class

Jared Atkinson edited this page Nov 29, 2016 · 9 revisions

Syntax

public class Amcache
{
    // Properties
    public readonly string ProductName;
    public readonly string CompanyName;
    public readonly uint FileSize;
    public readonly string Description;
    public readonly DateTime CompileTime;
    public readonly DateTime ModifiedTime;
    public readonly DateTime BornTime;
    public readonly string Path;
    public readonly DateTime ModifiedTime2;
    public readonly string Hash;

    // Static Methods
    public static Amcache[] GetInstances(string volume)
    public static Amcache[] GetInstancesByPath(string hivePath)
}

Properties

ProductName -

CompanyName -

FileSize -

Description -

CompileTime -

ModifiedTime -

BornTime -

Path -

ModifiedTime2 -

Hash -

Methods

GetInstances(string)

GetInstancesByPath(string)

Home

Getting Started

Documentation

Cmdlets

Clone this wiki locally