INextDesignCoreRuntime Interface
Namespace: NextDesign.Core.Runtime
Description
Service container interface.
Provides functionality to obtain service instances provided by NextDesign.Core.Runtime.
Derived From
| Name | Description |
|---|---|
| NextDesignCoreRuntime | Service container. Provides functionality to obtain service instances provided by NextDesign.Core.Runtime. A license check is performed upon instantiation, and a LicenseNotAuthorizedException exception is thrown if a license violation is detected. |
Method
| Name | Description |
|---|---|
| GetService | Gets a service interface instance. |
| GetService(Type) | Gets a service interface instance. |
| GetServiceInterfaces | Gets a list of service interface types. |