Open sandboxFocus

Method Kill

Kill(string, string)

Kills any diff tool instance that was launched to compare the specified files. This is typically called when the files become equal after an update.

Declaration
void Kill(string actualPath, string expectedPath)
Parameters
Type Name Description
string actualPath

The path to the actual (generated) file.

string expectedPath

The path to the expected file.