Click or drag to resize

ProjectedFileSystem Methods

The ProjectedFileSystem type exposes the following members.

Methods
  NameDescription
Public methodClearNegativePathCache
Purges the virtualization instance's negative path cache, if it is active.
Public methodDeleteFile
Enables a provider to delete an item that has been cached on the local file system.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodStatic memberDoesFileNameMatch
Determines whether a file name matches a search pattern.
Public methodStatic memberDoesNameCompare
Compares two file names and returns a value that indicates their relative collation order.
Public methodStatic memberDoesNameContainWildCards
Determines whether a name contains wildcard characters.
Protected methodFinalize
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Overrides ObjectFinalize.)
Public methodStatic memberGetOnDiskFileState
Gets the on-disk file state for a file or directory.
Protected methodOnCancelCommand
Called when a command is canceled.
Protected methodOnDirectoryEnumeration
Called when a directory enumeration starts.
Protected methodOnGetPlaceholderInfo
Called when a placeholder is requested.
Protected methodOnNotification
Called when a notification occurs.
Protected methodOnProviderError
Called when a provider error occurs.
Protected methodOnQueryFileName
Called when a file is queried for.
Public methodStart
Configures this virtualization instance and starts it, making it available to service I/O and invoke callbacks on the provider.
Public methodUpdateFileIfNeeded
Enables a provider to update an item that has been cached on the local file system.
Top
See Also