C# 클래스 Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.BlockAllocationTable

파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

BlockAllocationTable() 공개 메소드

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

GetBitMapAddress() 공개 메소드

public GetBitMapAddress ( uint block ) : long
block uint
리턴 long

GetBitmapSizeInBytes() 공개 메소드

public GetBitmapSizeInBytes ( ) : int
리턴 int

GetBlockAddress() 공개 메소드

public GetBlockAddress ( uint block ) : long
block uint
리턴 long

GetSectorPaddedBitmapSizeInBytes() 공개 메소드

public GetSectorPaddedBitmapSizeInBytes ( ) : int
리턴 int

HasData() 공개 메소드

public HasData ( uint block ) : bool
block uint
리턴 bool