RestartManagerGetSharingViolationProcesses Method |
Gets a list sharing violation processes for a given file path.
Namespace:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public static IReadOnlyList<Process> GetSharingViolationProcesses(
string filePath,
Exception error
)
Parameters
- filePath
- Type: SystemString
The file path. - error
- Type: SystemException
The error.
Return Value
Type:
IReadOnlyListProcessA list of processes.
Exceptions See Also