Click or drag to resize

ProjectedEventArgs Properties

The ProjectedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCommandId
Gets a value that uniquely identifies a particular invocation of a callback.
Public propertyFilePath
Gets the path to the target file. This path is always specified relative to the virtualization root.
Public propertyInstanceId
Gets a value that identifies the virtualization instance.
Public propertyTriggeringProcess
Gets the process that triggered this callback. If this information is not available, this will be null.
Public propertyTriggeringProcessId
Gets the process identifier for the process that triggered this callback. If this information is not available, this will be 0.
Public propertyVersionInfo
Gets the version information if the target of the callback is a placeholder or partial file.
Top
See Also