BuildMaster SDK Reference
Version:

ToArray Method

Copies all of the data in the SlimMemoryStream to a byte array.

Syntax

public byte[] ToArray()

Returns

Array containing the stream data.

Exceptions

System.ObjectDisposedException

Methods were called after the stream was closed.