Méthode | Description | |
---|---|---|
PartitionDevice ( IDiskDevice diskDevice, Mosa.DeviceSystem.GenericPartition partition, bool readOnly ) : Mosa.HardwareSystem |
Initializes a new instance of the PartitionDevice class.
|
|
PartitionDevice ( IDiskDevice diskDevice, bool readOnly ) : Mosa.HardwareSystem |
Initializes a new instance of the PartitionDevice class.
|
|
ReadBlock ( uint block, uint count, byte data ) : bool |
Reads the block.
|
|
ReadBlock ( uint block, uint count ) : byte[] |
Reads the block.
|
|
WriteBlock ( uint block, uint count, byte data ) : bool |
Writes the block.
|
public PartitionDevice ( IDiskDevice diskDevice, Mosa.DeviceSystem.GenericPartition partition, bool readOnly ) : Mosa.HardwareSystem | ||
diskDevice | IDiskDevice | The disk device. |
partition | Mosa.DeviceSystem.GenericPartition | The partition. |
readOnly | bool | if set to |
Résultat | Mosa.HardwareSystem |
public PartitionDevice ( IDiskDevice diskDevice, bool readOnly ) : Mosa.HardwareSystem | ||
diskDevice | IDiskDevice | The disk device. |
readOnly | bool | if set to |
Résultat | Mosa.HardwareSystem |
public ReadBlock ( uint block, uint count, byte data ) : bool | ||
block | uint | The block. |
count | uint | The count. |
data | byte | The data. |
Résultat | bool |
public ReadBlock ( uint block, uint count ) : byte[] | ||
block | uint | The block. |
count | uint | The count. |
Résultat | byte[] |
public WriteBlock ( uint block, uint count, byte data ) : bool | ||
block | uint | The block. |
count | uint | The count. |
data | byte | The data. |
Résultat | bool |