Click or drag to resize

RestartManager.GetSharingViolationProcesses 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
C#
public static IReadOnlyList<Process> GetSharingViolationProcesses(
	string filePath,
	Exception error
)

Parameters

filePath
Type: System.String
The file path.
error
Type: System.Exception
The error.

Return Value

Type: IReadOnlyList<Process>
A list of processes.
Exceptions
ExceptionCondition
ArgumentNullExceptionfilePath is null.
See Also