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

Inheritance: IDisposable
Mostrar archivo Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
GetBlockFactory ( ) : IBlockFactory
GetBlocks ( ) : IEnumerable
GetIdentityChain ( ) : IEnumerable
VhdFile ( VhdFooter footer, Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.VhdHeader header, BlockAllocationTable bat, VhdFile parent, Stream stream ) : Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.Persistence

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetBlockFactory() public method

public GetBlockFactory ( ) : IBlockFactory
return IBlockFactory

GetBlocks() public method

public GetBlocks ( ) : IEnumerable
return IEnumerable

GetIdentityChain() public method

public GetIdentityChain ( ) : IEnumerable
return IEnumerable

VhdFile() public method

public VhdFile ( VhdFooter footer, Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.VhdHeader header, BlockAllocationTable bat, VhdFile parent, Stream stream ) : Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.Persistence
footer VhdFooter
header Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.VhdHeader
bat BlockAllocationTable
parent VhdFile
stream Stream
return Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.Persistence