Class MBR.PartInfo
Inheritance
System.Object
MBR.PartInfo
Assembly: Cosmos.HAL2.dll
Syntax
public class PartInfo : object
Constructors
|
Improve this Doc
View Source
PartInfo(Byte, UInt32, UInt32)
Declaration
public PartInfo(byte aSystemID, UInt32 aStartSector, UInt32 aSectorCount)
Parameters
Type |
Name |
Description |
System.Byte |
aSystemID |
|
UInt32 |
aStartSector |
|
UInt32 |
aSectorCount |
|
Fields
|
Improve this Doc
View Source
SectorCount
Declaration
public readonly UInt32 SectorCount
Field Value
|
Improve this Doc
View Source
StartSector
Declaration
public readonly UInt32 StartSector
Field Value
|
Improve this Doc
View Source
SystemID
Declaration
public readonly byte SystemID
Field Value
Type |
Description |
System.Byte |
|