Click or drag to resize

ProjectedEventArgs Class

Provides base data for the ProjectedFileSystem events.
Inheritance Hierarchy

Namespace:  ShellBoost.Core.ProjFS
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public abstract class ProjectedEventArgs : EventArgs

The ProjectedEventArgs type exposes the following members.

Constructors
  NameDescription
Protected methodProjectedEventArgs
Provides data for the ProjectedEventArgs event.
Top
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