PrimoBurner for .NET  4.6
CD, DVD and Blu-ray Software Development Kit
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
BootProps Class Reference

Provides an interface for setting the properties of a bootable disc. More...

Properties

BootEmulation Emulation [get, set]
 Specifies the boot media that should be emulated when a bootable disc is created. More...
 
string ImageFile [get, set]
 Specifies the image file that is used to create a bootable disc. More...
 
UInt16 LoadSegment [get, set]
 The load segment for the initial boot image. More...
 
BootPlatformID PlatformID [get, set]
 The platform identifier for the operating system architecture that the boot image supports. More...
 
UInt16 SectorCount [get, set]
 The number of boot sectors that the system should load from disc at boot time. More...
 

Detailed Description

Provides an interface for setting the properties of a bootable disc.

See Also
DataDisc.BootProps, DataDisc.Bootable

Property Documentation

BootEmulation Emulation
getset

Specifies the boot media that should be emulated when a bootable disc is created.

The image file should be compatible with the boot emulation set using the Emulation property: 'Floppy 1.2MB', 'Floppy 1.44MB', 'Floppy 2.88MB' or 'No emulation'.

The application should set the properties DataDisc.Bootable, BootProps.ImageFile and BootProps.Emulation before calling DataDisc.WriteToDisc and DataDisc.CreateImageFile.

See Also
DataDisc.Bootable, DataDisc.BootProps, BootProps.ImageFile
string ImageFile
getset

Specifies the image file that is used to create a bootable disc.

The image file should be compatible with the boot emulation set using the Emulation property: 'Floppy 1.2MB', 'Floppy 1.44MB', 'Floppy 2.88MB' or 'No emulation'.

The application should set the properties DataDisc.Bootable, BootProps.ImageFile and BootProps.Emulation before calling DataDisc.WriteToDisc and DataDisc.CreateImageFile.

See Also
DataDisc.Bootable, DataDisc.BootProps, BootProps.Emulation
UInt16 LoadSegment
getset

The load segment for the initial boot image.

If this value is 0 the system will use the traditional segment of 7C0. If this value is non-zero the system will use the specified segment. This applies to x86 architectures only.

BootPlatformID PlatformID
getset

The platform identifier for the operating system architecture that the boot image supports.

The default PlatformID is x86.

The application should set the properties DataDisc.Bootable, BootProps.ImageFile and BootProps.Emulation before calling DataDisc.WriteToDisc and DataDisc.CreateImageFile.

See Also
DataDisc.Bootable, DataDisc.BootProps, BootProps.ImageFile, BootProps.Emulation
UInt16 SectorCount
getset

The number of boot sectors that the system should load from disc at boot time.

This is the number of sectors the system will store at LoadSegment during the initial boot procedure. The default value is 1.