Click or drag to resize

StreamOnIStream Constructor

Initializes a new instance of the StreamOnIStream class.

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

Parameters

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