Partager via


VhdDataReader Class

Definition

public class VhdDataReader
type VhdDataReader = class
Public Class VhdDataReader
Inheritance
VhdDataReader

Constructors

VhdDataReader(BinaryReader)

Properties

Size

Methods

BeginReadBoolean(Int64, AsyncCallback, Object)
BeginReadByte(Int64, AsyncCallback, Object)
BeginReadBytes(Int32, AsyncCallback, Object)
BeginReadBytes(Int64, Int32, AsyncCallback, Object)
BeginReadDateTime(AsyncCallback, Object)
BeginReadDateTime(Int64, AsyncCallback, Object)
BeginReadGuid(Int64, AsyncCallback, Object)
BeginReadInt16(Int64, AsyncCallback, Object)
BeginReadString(Int32, AsyncCallback, Object)
BeginReadUInt32(AsyncCallback, Object)
BeginReadUInt32(Int64, AsyncCallback, Object)
BeginReadUInt64(Int64, AsyncCallback, Object)
EndReadBoolean(IAsyncResult)
EndReadByte(IAsyncResult)
EndReadBytes(IAsyncResult)
EndReadDateTime(IAsyncResult)
EndReadGuid(IAsyncResult)
EndReadInt16(IAsyncResult)
EndReadString(IAsyncResult)
EndReadUInt32(IAsyncResult)
EndReadUInt64(IAsyncResult)
ReadBoolean(Int64)
ReadByte(Int64)
ReadBytes(Int32)
ReadBytes(Int64, Int32)
ReadDateTime()
ReadDateTime(Int64)
ReadGuid(Int64)
ReadInt16(Int64)
ReadString(Int32)
ReadUInt32()
ReadUInt32(Int64)
ReadUInt64(Int64)
SetPosition(Int64)

Applies to