C# Class Microsoft.WindowsAzure.Commands.Tools.Vhd.Model.Persistence.SectorFactory

ファイルを表示 Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method Description
Create ( Block blockArg, uint sector ) : Sector
CreateEmptySector ( uint block, uint sector ) : Sector
SectorFactory ( VhdFile vhdFile, IBlockFactory blockFactory ) : System

Method Details

Create() public method

public Create ( Block blockArg, uint sector ) : Sector
blockArg Block
sector uint
return Sector

CreateEmptySector() public method

public CreateEmptySector ( uint block, uint sector ) : Sector
block uint
sector uint
return Sector

SectorFactory() public method

public SectorFactory ( VhdFile vhdFile, IBlockFactory blockFactory ) : System
vhdFile VhdFile
blockFactory IBlockFactory
return System