Click or drag to resize

HandlerNativeStream Property

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

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

Property Value

Type: IStream
The native stream.
See Also