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

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

Parameters

serviceProvider
Type: SystemIServiceProvider
The service provider the should use to locate services.
Exceptions
ExceptionCondition
ArgumentNullExceptionserviceProvider is .
See Also