ServiceProvider Constructor
Include Protected Members
Include Inherited Members
Initializes an instance of ServiceProvider.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name
Description
ServiceProvider(IServiceProvider)
Initializes a instance with an existing IServiceProvider interface.
ServiceProvider(IServiceProvider, Boolean)
Initializes a new instance of the ServiceProvider class with an existing IServiceProvider object and optionally passes all requests to the underlying service provider.
Top