Click or drag to resize

RestartManagerGetLockingProcesses Method (String)

Gets a list of processes locking a specific file.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static IReadOnlyList<Process> GetLockingProcesses(
	string filePath
)

Parameters

filePath
Type: SystemString
The file path.

Return Value

Type: IReadOnlyListProcess
A list of processes.
Exceptions
ExceptionCondition
ArgumentNullExceptionfilePath is null.
See Also