示例#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);
 }
示例#3
0
 public Trace()
 {
     Processes = new ProcessIndexer(process);
 }
示例#4
0
文件: Trace.cs 项目: caoxk/coapp
 public Trace()
 {
     Processes = new ProcessIndexer(process);
 }