DetectCandidates() public method

Detects Candidates in the ImplementationDirectory.
is null or empty. The user canceled the task. There was a problem generating the manifest or detectng the executables. Write access to temporary files was not permitted.
public DetectCandidates ( ITaskHandler handler ) : void
handler ITaskHandler A callback object used when the the user needs to be informed about IO tasks.
return void
 public void TestDetectCandidates()
 {
     _builder.ImplementationDirectory = _implementationDir;
     _builder.DetectCandidates(new SilentTaskHandler());
 }