WALTER | Workable Algorithms for Location-aware Transmission, Encryption Response

FileInfoExtensions..::..TryDiscoverWhoisBlocking Method

Retrieve info of the process that is blocking file access

Namespace:  System.IO
Assembly:  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

Return Value

true if no exception was given by the system