Click or drag to resize

StreamOnIStreamNativeStream Property

Gets the underlying IStream object.

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

Property Value

Type: IStream
The native object.
See Also