Skip to content

UsnJrnlDetail Class

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

Syntax

public class UsnJrnlDetail
{
    // Properties
    public ulong MaxSize;
    public ulong AllocationDelta;
    public ulong UsnId;
    public ulong LowestUsn;

    // Static Methods
    public static UsnJrnlDetail Get(string path)
    public static byte[] GetBytes(string path)
}

Properties

MaxSize - 
AllocationDelta - 
UsnId - 
LowestUsn - 

Methods

Name Description
Get(string)
GetBytes(string)

Home

Getting Started

Documentation

Cmdlets

Clone this wiki locally