ProjectedFileSystemProvider Methods |
The ProjectedFileSystemProvider type exposes the following members.
| 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.
|