Click or drag to resize

ProjectedFileSystemStart Method

Configures this virtualization instance and starts it, making it available to service I/O and invoke callbacks on the provider.

Namespace:  ShellBoost.Core.ProjFS
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual void Start(
	string directoryPath,
	PRJ_STARTVIRTUALIZING_FLAGS flags
)

Parameters

directoryPath
Type: SystemString
A string specifying the full path to the virtualization root.
flags
Type: ShellBoost.Core.ProjFSPRJ_STARTVIRTUALIZING_FLAGS
Flags for starting virtualization.
See Also