Method | Description | |
---|---|---|
BeginReadBoolean ( long offset, AsyncCallback callback, object state ) : IAsyncResult | ||
BeginReadByte ( long offset, AsyncCallback callback, object state ) : IAsyncResult | ||
BeginReadBytes ( int count, AsyncCallback callback, object state ) : IAsyncResult | ||
BeginReadBytes ( long offset, int count, AsyncCallback callback, object state ) : IAsyncResult | ||
BeginReadDateTime ( AsyncCallback callback, object state ) : IAsyncResult | ||
BeginReadDateTime ( long offset, AsyncCallback callback, object state ) : IAsyncResult | ||
BeginReadGuid ( long offset, AsyncCallback callback, object state ) : IAsyncResult | ||
BeginReadInt16 ( long offset, AsyncCallback callback, object state ) : IAsyncResult | ||
BeginReadString ( int count, AsyncCallback callback, object state ) : IAsyncResult | ||
BeginReadUInt32 ( AsyncCallback callback, object state ) : IAsyncResult | ||
BeginReadUInt32 ( long offset, AsyncCallback callback, object state ) : IAsyncResult | ||
BeginReadUInt64 ( long offset, AsyncCallback callback, object state ) : IAsyncResult | ||
EndReadBoolean ( IAsyncResult result ) : bool | ||
EndReadByte ( IAsyncResult result ) : byte | ||
EndReadBytes ( IAsyncResult result ) : byte[] | ||
EndReadDateTime ( IAsyncResult result ) : System.DateTime | ||
EndReadGuid ( IAsyncResult result ) : System.Guid | ||
EndReadInt16 ( IAsyncResult result ) : short | ||
EndReadString ( IAsyncResult result ) : string | ||
EndReadUInt32 ( IAsyncResult result ) : uint | ||
EndReadUInt64 ( IAsyncResult result ) : ulong | ||
ReadBoolean ( long offset ) : bool | ||
ReadByte ( long offset ) : byte | ||
ReadBytes ( int count ) : byte[] | ||
ReadBytes ( long offset, int count ) : byte[] | ||
ReadDateTime ( ) : System.DateTime | ||
ReadDateTime ( long offset ) : System.DateTime | ||
ReadGuid ( long offset ) : System.Guid | ||
ReadInt16 ( long offset ) : short | ||
ReadString ( int count ) : string | ||
ReadUInt32 ( ) : uint | ||
ReadUInt32 ( long offset ) : uint | ||
ReadUInt64 ( long offset ) : ulong | ||
SetPosition ( long batOffset ) : void | ||
VhdDataReader ( |
Method | Description | |
---|---|---|
FillBuffer ( AsyncMachine machine, int numBytes ) : IEnumerable |
||
ReadBytesAsync ( AsyncMachine |
||
ReadStringAsync ( AsyncMachine |
public BeginReadBoolean ( long offset, AsyncCallback callback, object state ) : IAsyncResult | ||
offset | long | |
callback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public BeginReadByte ( long offset, AsyncCallback callback, object state ) : IAsyncResult | ||
offset | long | |
callback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public BeginReadBytes ( int count, AsyncCallback callback, object state ) : IAsyncResult | ||
count | int | |
callback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public BeginReadBytes ( long offset, int count, AsyncCallback callback, object state ) : IAsyncResult | ||
offset | long | |
count | int | |
callback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public BeginReadDateTime ( AsyncCallback callback, object state ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public BeginReadDateTime ( long offset, AsyncCallback callback, object state ) : IAsyncResult | ||
offset | long | |
callback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public BeginReadGuid ( long offset, AsyncCallback callback, object state ) : IAsyncResult | ||
offset | long | |
callback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public BeginReadInt16 ( long offset, AsyncCallback callback, object state ) : IAsyncResult | ||
offset | long | |
callback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public BeginReadString ( int count, AsyncCallback callback, object state ) : IAsyncResult | ||
count | int | |
callback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public BeginReadUInt32 ( AsyncCallback callback, object state ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public BeginReadUInt32 ( long offset, AsyncCallback callback, object state ) : IAsyncResult | ||
offset | long | |
callback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public BeginReadUInt64 ( long offset, AsyncCallback callback, object state ) : IAsyncResult | ||
offset | long | |
callback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public EndReadBoolean ( IAsyncResult result ) : bool | ||
result | IAsyncResult | |
return | bool |
public EndReadByte ( IAsyncResult result ) : byte | ||
result | IAsyncResult | |
return | byte |
public EndReadBytes ( IAsyncResult result ) : byte[] | ||
result | IAsyncResult | |
return | byte[] |
public EndReadDateTime ( IAsyncResult result ) : System.DateTime | ||
result | IAsyncResult | |
return | System.DateTime |
public EndReadGuid ( IAsyncResult result ) : System.Guid | ||
result | IAsyncResult | |
return | System.Guid |
public EndReadInt16 ( IAsyncResult result ) : short | ||
result | IAsyncResult | |
return | short |
public EndReadString ( IAsyncResult result ) : string | ||
result | IAsyncResult | |
return | string |
public EndReadUInt32 ( IAsyncResult result ) : uint | ||
result | IAsyncResult | |
return | uint |
public EndReadUInt64 ( IAsyncResult result ) : ulong | ||
result | IAsyncResult | |
return | ulong |
public ReadBytes ( long offset, int count ) : byte[] | ||
offset | long | |
count | int | |
return | byte[] |
public ReadDateTime ( long offset ) : System.DateTime | ||
offset | long | |
return | System.DateTime |
public ReadGuid ( long offset ) : System.Guid | ||
offset | long | |
return | System.Guid |
public VhdDataReader ( |
||
reader | ||
return | Microsoft.WindowsAzure.Commands.Tools.Common.General |