Click or drag to resize

NativeFileIOPARTITION_INFORMATIONIsContainerPartition Property

Indicates whether this partition entry represents a container partition, also known as extended partition, where an extended partition table can be found in first sector.

Namespace:  Arsenal.ImageMounter.IO
Assembly:  Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax
public bool IsContainerPartition { get; }

Property Value

Type: Boolean
Indicates whether this partition entry represents a container partition.

Return Value

Type: Boolean
True if this partition entry represents a container partition. False otherwise.
See Also