Click or drag to resize

FileStreamDescriptor Class

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

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
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
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetIStream
Gets an IStream implementation.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Converts to string.
(Overrides ObjectToString.)
Top
See Also