NextDesignCoreRuntime Interface
Namespace: NextDesign.Core.Runtime.Host
Description
Service container.
Provides the ability to obtain service instances provided by NextDesign.Core.Runtime.
Performs a license check upon instance creation, and throws a LicenseNotAuthorizedException if a license violation is detected.
Inherit Base
| Name | Description |
|---|---|
| INextDesignCoreRuntime | Service container interface. Provides the ability to obtain service instances provided by NextDesign.Core.Runtime. |
Method
| Name | Description |
|---|---|
| GetService | Gets a service interface instance. |
| GetService(Type) | Gets a service interface instance. |
| GetServiceInterfaces | Gets a list of service interface types registered in the service container. |