ExecuteThreadedCompile() public méthode

public ExecuteThreadedCompile ( int threads ) : void
threads int
Résultat void
 public void Execute(int threads)
 {
     Initialize();
     PreCompile();
     ScheduleAll();
     BaseCompiler.ExecuteThreadedCompile(threads);
     PostCompile();
 }