internal BcdObject(BaseStorage store, Guid id) { _storage = store; _id = id; _type = _storage.GetObjectType(id); }
/// <summary> /// Initializes a new instance of the Store class. /// </summary> /// <param name="key">The registry key that is the root of the configuration database</param> public Store(RegistryKey key) { _store = new AlIORegistryStorage(key); }