Class GPT
Inheritance
System.Object
GPT
Assembly: Cosmos.HAL2.dll
Syntax
public class GPT : object
Constructors
|
Improve this Doc
View Source
GPT(BlockDevice)
Declaration
public GPT(BlockDevice aBlockDevice)
Parameters
Fields
|
Improve this Doc
View Source
Partitions
Declaration
public List<GPT.GPartInfo> Partitions
Field Value
Methods
|
Improve this Doc
View Source
IsGPTPartition(BlockDevice)
Declaration
public static bool IsGPTPartition(BlockDevice aBlockDevice)
Parameters
Returns
Type |
Description |
System.Boolean |
|