C# Class Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.BlockAllocationTable

Exibir arquivo Open project: Azure/azure-powershell Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
BlockAllocationTable ( uint size, uint blockSize, uint bat ) : Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.Persistence
GetBitMapAddress ( uint block ) : long
GetBitmapSizeInBytes ( ) : int
GetBlockAddress ( uint block ) : long
GetSectorPaddedBitmapSizeInBytes ( ) : int
HasData ( uint block ) : bool

Method Details

BlockAllocationTable() public method

public BlockAllocationTable ( uint size, uint blockSize, uint bat ) : Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.Persistence
size uint
blockSize uint
bat uint
return Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.Persistence

GetBitMapAddress() public method

public GetBitMapAddress ( uint block ) : long
block uint
return long

GetBitmapSizeInBytes() public method

public GetBitmapSizeInBytes ( ) : int
return int

GetBlockAddress() public method

public GetBlockAddress ( uint block ) : long
block uint
return long

GetSectorPaddedBitmapSizeInBytes() public method

public GetSectorPaddedBitmapSizeInBytes ( ) : int
return int

HasData() public method

public HasData ( uint block ) : bool
block uint
return bool