Click or drag to resize
ImDiskAPIFilterDefinedPartitions Method
Creates a new collection of partition table entries that only contains those entries from source sequence with valid partition definitions.

Namespace: LTR.IO.ImDisk
Assembly: ImDiskNet (in ImDiskNet.dll) Version: 1.0.0.0 (1.0.007.0)
Syntax
public static ReadOnlyCollection<PARTITION_INFORMATION> FilterDefinedPartitions(
	IEnumerable<PARTITION_INFORMATION> PartitionList
)

Parameters

PartitionList
Type: System.Collections.GenericIEnumerablePARTITION_INFORMATION
Sequence of partition table entries

Return Value

Type: ReadOnlyCollectionPARTITION_INFORMATION
See Also