Ejemplo n.º 1
0
 public Process()
 {
     Files = new FileIndexer(files);
        Processes = new ProcessIndexer(process);
        FilesByHandle = new FileIndexerByHandle(files);
        Environment = new EnvironmentVariableIndexer(environment);
 }
Ejemplo n.º 2
0
 public Process()
 {
     Files         = new FileIndexer(files);
     Processes     = new ProcessIndexer(process);
     FilesByHandle = new FileIndexerByHandle(files);
     Environment   = new EnvironmentVariableIndexer(environment);
 }
Ejemplo n.º 3
0
 public Trace()
 {
     Processes = new ProcessIndexer(process);
 }
Ejemplo n.º 4
0
Archivo: Trace.cs Proyecto: caoxk/coapp
 public Trace()
 {
     Processes = new ProcessIndexer(process);
 }