Name | Description | |
---|---|---|
![]() | StreamItem Constructor(Stream, FileSystem) | Initializes a new instance of the StreamItem from a specified stream. |
Name | Description | |
---|---|---|
![]() | Attributes | Overridden. Gets the FileAttributes of the file. |
![]() | CreationTime | Overridden. Gets the creation time of the file. |
![]() | DirectoryName | Gets the directory path, or null reference if not available. (Inherited from FileInfoBase) |
![]() | Exists | Overridden. Gets a boolean value indicating if the item physically exists. |
![]() | FileSystem | Overridden. Not supported. Always null. |
![]() | FullName | Overridden. Not supported. Always null. |
![]() | IsDirectory | Overridden. Not supported. Always false. |
![]() | IsFile | Overridden. Not supported. Always true. |
![]() | IsSymlink | Overridden. Not supported. Always false. |
![]() | LastAccessTime | Overridden. Not supported. Always DateTime.MinValue. |
![]() | LastWriteTime | Overridden. Not supported. Always DateTime.MinValue. |
![]() | Length | Overridden. Gets the size of the current file. |
![]() | Name | Overridden. Not supported. Always null. |
![]() | OriginalPath | Gets the original path of the item. For internal use only. (Inherited from FileInfoBase) |
![]() | ParentFolder | Overridden. Not supported. Always null. |
![]() | Stream | Gets the underlying stream. |
![]() | SymlinkPath | Overridden. Not supported. Always null. |
Name | Description | |
---|---|---|
![]() | ApplyPropertiesFrom | Applies properties from the specified source file. (Inherited from FileInfoBase) |
![]() | CopyTo | Overloaded. Overridden. Copies this file to the specified destination file. This function is not supported. |
![]() | Create | Overridden. Creates the physical item represented by this object. This function is not supported. |
![]() | Delete | Overridden. Not supported. |
![]() | GetChecksum | Gets the checksum of the current file. (Inherited from FileInfoBase) |
![]() | GetFiles | Returns a collection of files matching the specified search condition in this folder. (Inherited from FileInfoBase) |
![]() | GetFolders | Returns a collection of folders matching the specified search condition in this folder. (Inherited from FileInfoBase) |
![]() | GetItems | Returns a collection of files and directories matching the specified search condition in this folder. (Inherited from FileInfoBase) |
![]() | IsSameAs | Overridden. Not supported. Always false. |
![]() | Matches | Returns a boolean value indicating whether the file matches the specified search condition. (Inherited from FileInfoBase) |
![]() | MatchesAll | Returns a boolean value indicating whether the file matches all the specified search conditions. (Inherited from FileInfoBase) |
![]() | MatchesOne | Returns a boolean value indicating whether the file matches at least one of the specified search conditions. (Inherited from FileInfoBase) |
![]() | OpenRead | Overridden. Not supported. |
![]() | OpenWrite | Overridden. Not supported. |
![]() | Read | Reads the whole file and return its content to an array of bytes. (Inherited from FileInfoBase) |
![]() | Refresh | Re-reads the information from the physical item. (Inherited from FileInfoBase) |
![]() | ToString | Overridden. Returns the name of the item. |
![]() | UpdateFullName | Overridden. Not supported. |
![]() | Write | Creates a new file and writes data from the specified input data stream. (Inherited from FileInfoBase) |