NetBootMethod
bootMethod = new(nothrow) NetBootMethod(bootVolume, bootMethodType);
NetBootMethod::NetBootMethod(const KMessage& bootVolume, int32 method)
NetBootMethod::~NetBootMethod()
NetBootMethod::Init()
NetBootMethod::IsBootDevice(KDiskDevice* device, bool strict)
NetBootMethod::IsBootPartition(KPartition* partition, bool& foundForSure)
NetBootMethod::SortPartitions(KPartition** partitions, int32 count)
class NetBootMethod : public BootMethod {
NetBootMethod(const KMessage& bootVolume, int32 method);
virtual ~NetBootMethod();