ItemOpenStream Method (IBindCtx, Boolean) |
Opens a stream from the item.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public Stream OpenStream(
IBindCtx context = null,
bool throwOnError = true
)
Parameters
- context (Optional)
- Type: System.Runtime.InteropServices.ComTypesIBindCtx
The bind context. - throwOnError (Optional)
- Type: SystemBoolean
true to throw error; otherwise false.
Return Value
Type:
Stream
An instance of Stream or null if an error occurred.
See Also