Property | Type | Description |
---|
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 |
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 |
public GetBitMapAddress ( uint block ) : long | ||
block | uint | |
return | long |
public GetSectorPaddedBitmapSizeInBytes ( ) : int | ||
return | int |