Beispiel #1
0
 public SupportedVMDetector(SupportedVMDetectorConfiguration conf)
 {
     this.SupportedVMKey = conf.GuestDataItemKey;
 }
 public static SupportedVMDetector CreateInstance(SupportedVMDetectorConfiguration conf)
 {
     return new SupportedVMDetector(conf);
 }
Beispiel #3
0
 public static SupportedVMDetector CreateInstance(SupportedVMDetectorConfiguration conf)
 {
     return(new SupportedVMDetector(conf));
 }
 public SupportedVMDetector(SupportedVMDetectorConfiguration conf)
 {
     this.SupportedVMKey = conf.GuestDataItemKey;
 }