Class EBR
Inheritance
System.Object
EBR
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 EBR
Constructors
| Improve this Doc View SourceEBR(Byte[])
Declaration
public EBR(byte[] aEBR)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | aEBR |
Fields
| Improve this Doc View SourcePartitions
Declaration
public List<EBR.PartInfo> Partitions
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<EBR.PartInfo> |
Methods
| Improve this Doc View SourceParsePartition(Byte[], Int32)
Declaration
protected void ParsePartition(byte[] aEBR, int aLoc)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | aEBR | |
System.Int32 | aLoc |