IReservedBuffer.

WriteBytes(byte[]) Method

Summary

writes a byte array to the reserved buffer.

Syntax

void WriteBytes(byte[] bytes)

Remarks

writes a byte array to the reserved buffer.

Parameters

Name Type Description
bytes byte[] the byte array.

Return Value

Type Description
void