Skip to content

Bitmap Class

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

Syntax

public class Bitmap
{
    // Properties
    public ulong Cluster;
    public bool InUse;

    // Static Methods
    public static Bitmap Get(string volume, ulong cluster)
    public static Bitmap GetByPath(string path, ulong cluster)
    public static Bitmap[] GetInstances(string volume)
    public static Bitmap[] GetInstancesByPath(string path)
}

Properties

Methods

Home

Getting Started

Documentation

Cmdlets

Clone this wiki locally