Click or drag to resize

OnDemandDataMedium Constructor (Byte)

Initializes a new instance of the OnDemandDataMedium class from an array of bytes.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public OnDemandDataMedium(
	byte[] data
)

Parameters

data
Type: SystemByte
The data.
Exceptions
ExceptionCondition
ArgumentNullExceptiondata is null.
See Also