Click or drag to resize

MemoryShellContent Constructor (Byte)

Initializes a new instance of the MemoryShellContent class.

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

Parameters

bytes
Type: SystemByte
An input array of bytes.
See Also