Click or drag to resize

StreamOnIStream Constructor

Initializes a new instance of the StreamOnIStream class.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public StreamOnIStream(
	IStream stream
)

Parameters

stream
Type: System.Runtime.InteropServices.ComTypesIStream
The stream.
See Also