Click or drag to resize

HandlerNativeStream Property

Gets the native stream. Only valid if IInitializeWithStream was called.

Namespace:  ShellBoost.Core.Handlers
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected IStream NativeStream { get; }

Property Value

Type: IStream
The native stream.
See Also