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.ImDiskAssembly: ImDiskNet (in ImDiskNet.dll) Version: 1.0.0.0 (1.0.007.0)
Syntax public static ReadOnlyCollection<PARTITION_INFORMATION> FilterDefinedPartitions(
IEnumerable<PARTITION_INFORMATION> PartitionList
)
Public Shared Function FilterDefinedPartitions (
PartitionList As IEnumerable(Of PARTITION_INFORMATION)
) As ReadOnlyCollection(Of PARTITION_INFORMATION)
public:
static ReadOnlyCollection<PARTITION_INFORMATION>^ FilterDefinedPartitions(
IEnumerable<PARTITION_INFORMATION>^ PartitionList
)
static member FilterDefinedPartitions :
PartitionList : IEnumerable<PARTITION_INFORMATION> -> ReadOnlyCollection<PARTITION_INFORMATION>
Parameters
- PartitionList
- Type: System.Collections.GenericIEnumerablePARTITION_INFORMATION
Sequence of partition table entries
Return Value
Type:
ReadOnlyCollectionPARTITION_INFORMATIONSee Also