Class GPT.GPartInfo
Inheritance
System.Object
GPT.GPartInfo
Assembly: Cosmos.HAL2.dll
Syntax
public class GPartInfo : object
Constructors
|
Improve this Doc
View Source
GPartInfo(Guid, Guid, UInt64, UInt64)
Declaration
public GPartInfo(Guid aParitionType, Guid aParitionGuid, ulong aStartSector, ulong aSectorCount)
Parameters
Type |
Name |
Description |
Guid |
aParitionType |
|
Guid |
aParitionGuid |
|
System.UInt64 |
aStartSector |
|
System.UInt64 |
aSectorCount |
|
Fields
|
Improve this Doc
View Source
ParitionGuid
Declaration
public readonly Guid ParitionGuid
Field Value
|
Improve this Doc
View Source
ParitionType
Declaration
public readonly Guid ParitionType
Field Value
|
Improve this Doc
View Source
SectorCount
Declaration
public readonly ulong SectorCount
Field Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
StartSector
Declaration
public readonly ulong StartSector
Field Value
Type |
Description |
System.UInt64 |
|