Click or drag to resize

ProjectedFileSystemItem Class

Represents an item (file or directory) in the Projected File System.
Inheritance Hierarchy
SystemObject
  ShellBoost.Core.ProjFSProjectedFileSystemItem
    ShellBoost.Core.ProjFSFileSystemItem

Namespace:  ShellBoost.Core.ProjFS
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public abstract class ProjectedFileSystemItem

The ProjectedFileSystemItem type exposes the following members.

Constructors
  NameDescription
Public methodProjectedFileSystemItem
Initializes a new instance of the ProjectedFileSystemItem class.
Top
Properties
  NameDescription
Public propertyAttributes
Gets or sets the file attributes of the current item.
Public propertyChangeTime
Gets or sets the time when the current item was last changed.
Public propertyCreationTime
Gets or sets the creation time of the current item.
Public propertyIsDirectory
Gets or sets a value that indicates if the current item is a file or a directory.
Public propertyLastAccessTime
Gets or sets the time the current item was last accessed.
Public propertyLastWriteTime
Gets or sets the time when the current item was last written to.
Public propertyLength
Gets or sets the size, in bytes, of the current item.
Public propertyName
Gets the name of the current item.
Public propertyVersionInfo
Gets or sets the version information of the current item.
Top
Methods
  NameDescription
Public methodStatic memberAlignDown
Aligns a number to a given aligment.
Public methodStreamData
Writes the contents a stream to a file's primary data stream.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Public methodWriteData
Requests the contents of a file's primary data stream.
Top
See Also