Beispiel #1
0
 public Process(uint ProcessId, HostServices hostServices)
 {
     this.ProcessId      = ProcessId;
     this.HostServices   = hostServices;
     this.Configurations = new Dictionary <Type, object>();
 }