Click or drag to resize

ShellContentRead Method

Reads a sequence of bytes from the current content and advances the position within the stream by the number of bytes read.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public abstract int Read(
	byte[] array,
	int count
)

Parameters

array
Type: SystemByte
An array of bytes.
count
Type: SystemInt32
The maximum number of bytes to be read from the current content.

Return Value

Type: Int32
The number of bytes read.
See Also