Class MBR.PartInfo
Inheritance
System.Object
MBR.PartInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Cosmos.HAL.BlockDevice
Assembly: Cosmos.HAL2.dll
Syntax
public class PartInfo
Constructors
| Improve this Doc View SourcePartInfo(Byte, UInt64, UInt64)
Declaration
public PartInfo(byte aSystemID, ulong aStartSector, ulong aSectorCount)
Parameters
Type | Name | Description |
---|---|---|
System.Byte | aSystemID | |
System.UInt64 | aStartSector | |
System.UInt64 | aSectorCount |
Fields
| Improve this Doc View SourceSectorCount
Declaration
public readonly ulong SectorCount
Field Value
Type | Description |
---|---|
System.UInt64 |
StartSector
Declaration
public readonly ulong StartSector
Field Value
Type | Description |
---|---|
System.UInt64 |
SystemID
Declaration
public readonly byte SystemID
Field Value
Type | Description |
---|---|
System.Byte |