Clean Bios OptionsGet Default Partitions Method
Gets the partition layout to use if the Partitions property
is an empty list.
Definition
Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
A list containing the default BIOS partition layout: a 100MB system partition, and an OS partition with the remaining size of the disk.
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
C#
protected override IList<Partition> GetDefaultPartitions()VB
Protected Overrides Function GetDefaultPartitions As IList(Of Partition)C++
protected:
virtual IList<Partition^>^ GetDefaultPartitions() overrideF#
abstract GetDefaultPartitions : unit -> IList<Partition>
override GetDefaultPartitions : unit -> IList<Partition> Return Value
IListPartitionA list containing the default BIOS partition layout: a 100MB system partition, and an OS partition with the remaining size of the disk.