Click or drag to resize

OnDemandDataMedium Constructor (Byte)

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

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

Parameters

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