|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
#include "System/IServiceProvider.h"#include "System/IO/IDisposable.h"#include "System/Threading/CriticalSection.h"#include "Extensions/DependencyInjection/IServiceCollection.h"#include "Extensions/DependencyInjection/ServiceDescriptor.h"#include "Extensions/DependencyInjection/IServiceScopeFactory.h"#include <typeindex>Go to the source code of this file.
Classes | |
| class | DotNetDupe::Extensions::DependencyInjection::ServiceProvider |
| Default IoC service provider for resolving dependencies. More... | |
| class | DotNetDupe::Extensions::DependencyInjection::ServiceScope |
| Concrete implementation of IServiceScope for managing scoped lifetimes. More... | |
| class | DotNetDupe::Extensions::DependencyInjection::ServiceScopeFactory |
| Concrete implementation of IServiceScopeFactory. More... | |
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::Extensions |
| namespace | DotNetDupe::Extensions::DependencyInjection |