ProjectedEventArgs Class |
Namespace: ShellBoost.Core.ProjFS
public abstract class ProjectedEventArgs : EventArgs
The ProjectedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
ProjectedEventArgs |
Provides data for the ProjectedEventArgs event.
|
Name | Description | |
---|---|---|
CommandId |
Gets a value that uniquely identifies a particular invocation of a callback.
| |
FilePath |
Gets the path to the target file. This path is always specified relative to the virtualization root.
| |
InstanceId |
Gets a value that identifies the virtualization instance.
| |
TriggeringProcess |
Gets the process that triggered this callback. If this information is not available, this will be null.
| |
TriggeringProcessId |
Gets the process identifier for the process that triggered this callback. If this information is not available, this will be 0.
| |
VersionInfo |
Gets the version information if the target of the callback is a placeholder or partial file.
|