Click or drag to resize

FileStreamDescriptor Class

A utility class that represents a FILEDESCRIPTOR and its associated stream.
Inheritance Hierarchy
SystemObject
  ShellBoost.Core.UtilitiesFileStreamDescriptor

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public class FileStreamDescriptor

The FileStreamDescriptor type exposes the following members.

Constructors
  NameDescription
Public methodFileStreamDescriptor
Initializes a new instance of the FileStreamDescriptor class
Top
Properties
  NameDescription
Public propertyDescriptor
Gets or sets the descriptor.
Public propertyGetStreamFunc
Gets or sets the get stream function. You must set this property of the Stream property.
Public propertyIndex
Gets or sets the index.
Public propertyStream
Gets or sets the stream. You must set this property of the GetStreamFunc property.
Top
Methods
  NameDescription
Public methodStatic memberFromFileInfo
Creates a descriptor from a FileInfo instance.
Public methodStatic memberFromFilePath
Creates a descriptor from a file path.
Public methodStatic memberFromIdList
Creates a descriptor from a PIDL
Protected methodGetIStream
Gets an IStream implementation.
Public methodToString
Converts to string.
(Overrides ObjectToString.)
Top
See Also