Method |
Description |
|
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 |
|
|