예제 #1
0
 public Process()
 {
     Files = new FileIndexer(files);
        Processes = new ProcessIndexer(process);
        FilesByHandle = new FileIndexerByHandle(files);
        Environment = new EnvironmentVariableIndexer(environment);
 }
예제 #2
0
파일: Process.cs 프로젝트: caoxk/coapp
 public Process()
 {
     Files         = new FileIndexer(files);
     Processes     = new ProcessIndexer(process);
     FilesByHandle = new FileIndexerByHandle(files);
     Environment   = new EnvironmentVariableIndexer(environment);
 }