Skip to content

NonResident Class

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

Syntax

public class NonResident : Attr
{
    // Properties
    public readonly ulong AllocatedSize;
    public readonly ulong RealSize;
    public readonly ulong InitializedSize;
    public readonly DataRun[] DataRun;

    // Instance Methods
    public byte[] GetBytes(string volume)
    public byte[] GetSlack(string volume)
}

Properties

Methods

Home

Getting Started

Documentation

Cmdlets

Clone this wiki locally