FileStreamDescriptor Class |
Namespace: callback.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 | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FromFileInfo |
Creates a descriptor from a FileInfo instance.
| |
FromFilePath |
Creates a descriptor from a file path.
| |
FromIdList |
Creates a descriptor from a PIDL
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetIStream |
Gets an IStream implementation.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Converts to string.
(Overrides ObjectToString.) |