Skip to content

GuidPartitionTableEntry Class

Jared Atkinson edited this page Nov 29, 2016 · 9 revisions

Syntax

public class GuidPartitionTableEntry
{
    // Properties
    public readonly Guid PartitionTypeGuid;
    public readonly Guid UniquePartitionGuid;
    public readonly ulong StartingLBA;
    public readonly ulong EndingLBA;
    public readonly PARTITION_ATTRIBUTE Attributes;
    public readonly string PartitionName;
}

Properties

PartitionTypeGuid

UniquePartitionGuid

StartingLBA

EndingLBA

Attributes

PartitionName

Home

Getting Started

Documentation

Cmdlets

Clone this wiki locally