Click or drag to resize

ProjectedEventArgs Constructor

Provides data for the ProjectedEventArgs event.

Namespace:  ShellBoost.Core.ProjFS
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected ProjectedEventArgs(
	Guid instanceId,
	PRJ_PLACEHOLDER_VERSION_INFO versionInfo,
	int commandId,
	int triggeringProcessId,
	string filePath
)

Parameters

instanceId
Type: SystemGuid
A value that identifies the virtualization instance.
versionInfo
Type: ShellBoost.Core.ProjFSPRJ_PLACEHOLDER_VERSION_INFO
The version information if the target of the callback is a placeholder or partial file.
commandId
Type: SystemInt32
A value that uniquely identifies a particular invocation of a callback.
triggeringProcessId
Type: SystemInt32
The process identifier for the process that triggered this callback.
filePath
Type: SystemString
The path to the target file. This path is always specified relative to the virtualization root.
See Also