Click or drag to resize

MemoryShellContent Constructor (Stream)

Initializes a new instance of the MemoryShellContent class.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public MemoryShellContent(
	Stream stream
)

Parameters

stream
Type: System.IOStream
An input stream.
See Also