Click or drag to resize
DigitalRuneStorageContentManager Constructor (IServiceProvider, IStorage)
Initializes a new instance of the StorageContentManager class reading content from the specified storage.

Namespace: DigitalRune.Storages
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public StorageContentManager(
	IServiceProvider serviceProvider,
	IStorage storage
)

Parameters

serviceProvider
Type: SystemIServiceProvider
The service provider the should use to locate services.
storage
Type: DigitalRune.StoragesIStorage
The storage that provides the content. (If this parameter is , the StorageContentManager automatically looks for the IStorage service.)
Exceptions
ExceptionCondition
ArgumentNullExceptionserviceProvider is .
See Also