Skip to content

MasterBootRecord Class

Jared Atkinson edited this page Sep 27, 2015 · 11 revisions

MasterBootRecord Class

Syntax

public class MasterBootRecord
{
    public readonly string MBRSignature;
    public readonly string DiskSignature;
    public readonly byte[] BootCode;
    public readonly PartitionEntry[] PartitionTable;
}

Properties

Methods

Home

Getting Started

Documentation

Cmdlets

Clone this wiki locally