Partager via


VhdDataReader.ReadBytes Method

Definition

Overloads

ReadBytes(Int32)
ReadBytes(Int64, Int32)

ReadBytes(Int32)

public byte[] ReadBytes (int count);
member this.ReadBytes : int -> byte[]
Public Function ReadBytes (count As Integer) As Byte()

Parameters

count
Int32

Returns

Byte[]

Applies to

ReadBytes(Int64, Int32)

public byte[] ReadBytes (long offset, int count);
member this.ReadBytes : int64 * int -> byte[]
Public Function ReadBytes (offset As Long, count As Integer) As Byte()

Parameters

offset
Int64
count
Int32

Returns

Byte[]

Applies to