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

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetBlockFactory() public méthode

public GetBlockFactory ( ) : IBlockFactory
Résultat IBlockFactory

GetBlocks() public méthode

public GetBlocks ( ) : IEnumerable
Résultat IEnumerable

GetIdentityChain() public méthode

public GetIdentityChain ( ) : IEnumerable
Résultat IEnumerable

VhdFile() public méthode

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
Résultat Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.Persistence