C# 클래스 Microsoft.WindowsAzure.Management.Tools.Vhd.Model.Persistence.VhdParentLocatorFactory

파일 보기 프로젝트 열기: OctopusDeploy/azure-sdk-tools 1 사용 예제들

공개 메소드들

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