DetectCandidates() 공개 메소드

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.
리턴 void
예제 #1
0
 public void TestDetectCandidates()
 {
     _builder.ImplementationDirectory = _implementationDir;
     _builder.DetectCandidates(new SilentTaskHandler());
 }