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

Afficher le fichier Open project: Azure/azure-powershell Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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

GetBitMapAddress() public méthode

public GetBitMapAddress ( uint block ) : long
block uint
Résultat long

GetBitmapSizeInBytes() public méthode

public GetBitmapSizeInBytes ( ) : int
Résultat int

GetBlockAddress() public méthode

public GetBlockAddress ( uint block ) : long
block uint
Résultat long

GetSectorPaddedBitmapSizeInBytes() public méthode

public GetSectorPaddedBitmapSizeInBytes ( ) : int
Résultat int

HasData() public méthode

public HasData ( uint block ) : bool
block uint
Résultat bool