Class | Description |
---|---|
ServiceLoaderMonoSandbox |
Defines the order of the service loading resolution:
the services defined by dependency injection locally in all apps.
the services shared in the instance of the shared registry.
the services defined by dependency injection globally in the system properties.
|
SharedServiceRegistryMonoSandbox |
This class is the implementation of the shared registry without sandboxing.
|