FileStreamDescriptor Class |
Namespace: ShellBoost.Core.Utilities
public class FileStreamDescriptor
The FileStreamDescriptor type exposes the following members.
| Name | Description | |
|---|---|---|
| FileStreamDescriptor | Initializes a new instance of the FileStreamDescriptor class |
| Name | Description | |
|---|---|---|
| Descriptor |
Gets or sets the descriptor.
| |
| GetStreamFunc |
Gets or sets the get stream function.
You must set this property of the Stream property.
| |
| Index |
Gets or sets the index.
| |
| Stream |
Gets or sets the stream.
You must set this property of the GetStreamFunc property.
|
| Name | Description | |
|---|---|---|
| FromFileInfo |
Creates a descriptor from a FileInfo instance.
| |
| FromFilePath |
Creates a descriptor from a file path.
| |
| FromIdList |
Creates a descriptor from a PIDL
| |
| GetIStream |
Gets an IStream implementation.
| |
| ToString |
Converts to string.
(Overrides ObjectToString.) |