AbstractDiskBlockFactory Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public abstract class AbstractDiskBlockFactory : Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.Persistence.IBlockFactory
type AbstractDiskBlockFactory = class
interface IBlockFactory
Public MustInherit Class AbstractDiskBlockFactory
Implements IBlockFactory
- Inheritance
-
AbstractDiskBlockFactory
- Derived
- Implements
Constructors
| Name | Description |
|---|---|
| AbstractDiskBlockFactory(VhdFile) | |
Fields
| Name | Description |
|---|---|
| vhdFile | |
Properties
| Name | Description |
|---|---|
| BlockCount | |
| ExtraBlockIndex | |
Methods
| Name | Description |
|---|---|
| Create(UInt32) | |
| DoReadBlockData(Block) | |
| GetBlockAddress(UInt32) | |
| GetBlockSize() | |
| GetFooterRange() | |
| GetSector(Block, UInt32) | |
| HasData(UInt32) | |
| ReadBlockData(Block) | |