示例#1
0
 private void Load<T>(T instance) where T : WmiEntityBase, new()
 {
     _cache[instance.GetType().Name] = _gathererEngine.GatherDeviceData<T>(instance.Scope, null, instance.Omit.ToArray());
 }