FileInfoExtensions..::..TryDiscoverWhoisBlocking Method
Retrieve info of the process that is blocking file access
Namespace:
System.IOAssembly: Walter (in Walter.dll)
Syntax
public static bool TryDiscoverWhoisBlocking( this FileInfo file, out IReadOnlyList<Process> processes )
Parameters
- file
- Type: FileInfo
the file to validate
- processes
- Type: IReadOnlyList<(Of <(<'Process>)>)>%
the process found to be blocking, list is empty if none are found

