ProjectedFileSystemItem Class |
Namespace: ShellBoost.Core.ProjFS
public abstract class ProjectedFileSystemItem
The ProjectedFileSystemItem type exposes the following members.
| Name | Description | |
|---|---|---|
| ProjectedFileSystemItem |
Initializes a new instance of the ProjectedFileSystemItem class.
|
| Name | Description | |
|---|---|---|
| Attributes |
Gets or sets the file attributes of the current item.
| |
| ChangeTime |
Gets or sets the time when the current item was last changed.
| |
| CreationTime |
Gets or sets the creation time of the current item.
| |
| IsDirectory |
Gets or sets a value that indicates if the current item is a file or a directory.
| |
| LastAccessTime |
Gets or sets the time the current item was last accessed.
| |
| LastWriteTime |
Gets or sets the time when the current item was last written to.
| |
| Length |
Gets or sets the size, in bytes, of the current item.
| |
| Name |
Gets the name of the current item.
| |
| VersionInfo |
Gets or sets the version information of the current item.
|
| Name | Description | |
|---|---|---|
| AlignDown |
Aligns a number to a given aligment.
| |
| StreamData |
Writes the contents a stream to a file's primary data stream.
| |
| ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) | |
| WriteData |
Requests the contents of a file's primary data stream.
|