C# Class Mosa.DeviceSystem.PartitionManager

显示文件 Open project: tgiphil/MOSA-Project Class Usage Examples

Protected Properties

Property Type Description
deviceManager Mosa.DeviceSystem.DeviceManager

Public Methods

Method Description
CreatePartitionDevices ( ) : void

Creates the partition devices.

PartitionManager ( Mosa.DeviceSystem.DeviceManager deviceManager ) : Mosa.HardwareSystem

Initializes a new instance of the PartitionManager class.

Method Details

CreatePartitionDevices() public method

Creates the partition devices.
public CreatePartitionDevices ( ) : void
return void

PartitionManager() public method

Initializes a new instance of the PartitionManager class.
public PartitionManager ( Mosa.DeviceSystem.DeviceManager deviceManager ) : Mosa.HardwareSystem
deviceManager Mosa.DeviceSystem.DeviceManager The device manager.
return Mosa.HardwareSystem

Property Details

deviceManager protected_oe property

protected DeviceManager,Mosa.DeviceSystem deviceManager
return Mosa.DeviceSystem.DeviceManager