Class GPT
Inheritance
System.Object
GPT
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 GPT
Constructors
| Improve this Doc View SourceGPT(BlockDevice)
Declaration
public GPT(BlockDevice aBlockDevice)
Parameters
Type | Name | Description |
---|---|---|
BlockDevice | aBlockDevice |
Fields
| Improve this Doc View SourcePartitions
Declaration
public List<GPT.GPartInfo> Partitions
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<GPT.GPartInfo> |
Methods
| Improve this Doc View SourceIsGPTPartition(BlockDevice)
Declaration
public static bool IsGPTPartition(BlockDevice aBlockDevice)
Parameters
Type | Name | Description |
---|---|---|
BlockDevice | aBlockDevice |
Returns
Type | Description |
---|---|
System.Boolean |