Class GPT.GPartInfo
Inheritance
System.Object
GPT.GPartInfo
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 GPartInfo
Constructors
| Improve this Doc View SourceGPartInfo(Guid, Guid, UInt64, UInt64)
Declaration
public GPartInfo(Guid aParitionType, Guid aParitionGuid, ulong aStartSector, ulong aSectorCount)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | aParitionType | |
System.Guid | aParitionGuid | |
System.UInt64 | aStartSector | |
System.UInt64 | aSectorCount |
Fields
| Improve this Doc View SourceParitionGuid
Declaration
public readonly Guid ParitionGuid
Field Value
Type | Description |
---|---|
System.Guid |
ParitionType
Declaration
public readonly Guid ParitionType
Field Value
Type | Description |
---|---|
System.Guid |
SectorCount
Declaration
public readonly ulong SectorCount
Field Value
Type | Description |
---|---|
System.UInt64 |
StartSector
Declaration
public readonly ulong StartSector
Field Value
Type | Description |
---|---|
System.UInt64 |