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

AllocatedSize - 
RealSize - 
InitializedSize - 
DataRun - 

Methods

Name Description
GetBytes(string)
GetSlack(string)

Home

Getting Started

Documentation

Cmdlets

Clone this wiki locally