C# Класс Microsoft.WindowsAzure.Management.Tools.Vhd.Model.Persistence.VhdParentLocatorFactory

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
BeginReadCreate ( AsyncCallback callback, object state ) : IAsyncResult
Create ( ) : ParentLocator
EndReadCreate ( IAsyncResult result ) : ParentLocator
VhdParentLocatorFactory ( Microsoft.WindowsAzure.Management.Tools.Vhd.Model.Persistence.VhdDataReader dataReader, long offset ) : System

Приватные методы

Метод Описание
BeginReadFileLocator ( ParentLocator locator, AsyncCallback callback, object state ) : IAsyncResult
BeginReadPlatformCode ( VhdPropertyAttribute attribute, AsyncCallback callback, object state ) : IAsyncResult
BeginReadPlatformDataLength ( VhdPropertyAttribute attribute, AsyncCallback callback, object state ) : IAsyncResult
BeginReadPlatformDataOffset ( VhdPropertyAttribute attribute, AsyncCallback callback, object state ) : IAsyncResult
BeginReadPlatformDataSpace ( VhdPropertyAttribute attribute, AsyncCallback callback, object state ) : IAsyncResult
BeginReadReserved ( VhdPropertyAttribute attribute, AsyncCallback callback, object state ) : IAsyncResult
CreateFileLocator ( ParentLocator locator, byte fileLocator ) : string
CreateParentLocator ( AsyncMachine machine ) : IEnumerable
EndReadFileLocator ( IAsyncResult result ) : string
EndReadPlatformCode ( IAsyncResult result ) : PlatformCode
EndReadPlatformDataLength ( IAsyncResult result ) : int
EndReadPlatformDataOffset ( IAsyncResult result ) : long
EndReadPlatformDataSpace ( IAsyncResult result ) : int
EndReadReserved ( IAsyncResult result ) : int
ReadFileLocator ( ParentLocator locator ) : string
ReadPlaformCode ( VhdPropertyAttribute attribute ) : PlatformCode
ReadPlatformDataLength ( VhdPropertyAttribute attribute ) : int
ReadPlatformDataOffset ( VhdPropertyAttribute attribute ) : long
ReadPlatformDataSpace ( VhdPropertyAttribute attribute ) : int
ReadReserved ( VhdPropertyAttribute attribute ) : int

Описание методов

BeginReadCreate() публичный Метод

public BeginReadCreate ( AsyncCallback callback, object state ) : IAsyncResult
callback AsyncCallback
state object
Результат IAsyncResult

Create() публичный Метод

public Create ( ) : ParentLocator
Результат ParentLocator

EndReadCreate() публичный Метод

public EndReadCreate ( IAsyncResult result ) : ParentLocator
result IAsyncResult
Результат ParentLocator

VhdParentLocatorFactory() публичный Метод

public VhdParentLocatorFactory ( Microsoft.WindowsAzure.Management.Tools.Vhd.Model.Persistence.VhdDataReader dataReader, long offset ) : System
dataReader Microsoft.WindowsAzure.Management.Tools.Vhd.Model.Persistence.VhdDataReader
offset long
Результат System