DdmReader.GetBytes Method

Definition

Overloads

GetBytes(Int32)
GetBytes(Int32, Int32)

GetBytes(Int32)

public:
 cli::array <System::Byte> ^ GetBytes(int size);
public byte[] GetBytes (int size);
member this.GetBytes : int -> byte[]
Public Function GetBytes (size As Integer) As Byte()

Parameters

size
Int32

Returns

Byte[]

Applies to

GetBytes(Int32, Int32)

public:
 cli::array <System::Byte> ^ GetBytes(int position, int size);
public byte[] GetBytes (int position, int size);
member this.GetBytes : int * int -> byte[]
Public Function GetBytes (position As Integer, size As Integer) As Byte()

Parameters

position
Int32
size
Int32

Returns

Byte[]

Applies to