ProjectedFileSystemProvider Class |
Namespace: ShellBoost.Core.ProjFS
public abstract class ProjectedFileSystemProvider : IDisposable
The ProjectedFileSystemProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| ProjectedFileSystemProvider |
Initializes a new instance of the ProjectedFileSystemProvider class.
|
| Name | Description | |
|---|---|---|
| ProjectedFileSystem |
Gets the Projected File System instance.
| |
| StartFlags |
Gets or sets starting flags for the Projected File System.
|
| Name | Description | |
|---|---|---|
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
| Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
| |
| EnumerateItems |
Enumerates the item under the relative path.
| |
| Finalize |
Frees all resources associated with this instance.
(Overrides ObjectFinalize.) | |
| GetItem |
Gets an item using its relative path. This method should be overriden for optimal performance.
| |
| OnCancelCommand |
Called when a command is canceled.
| |
| OnDirectoryEnumeration |
Called when a directory enumeration starts.
| |
| OnGetPlaceholderInfo |
Called when a placeholder is requested.
| |
| OnNotification |
Called when a notification occurs.
| |
| OnProviderError |
Called when a provider error occurs.
| |
| OnQueryFileName |
Called when a file is queried for.
| |
| Start |
Starts the Projected File System, making it available to service I/O and invoke callbacks on this provider instance.
|