Skip to main content

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

NameDescription
INextDesignCoreRuntimeService container interface. Provides the ability to obtain service instances provided by NextDesign.Core.Runtime.

Method

NameDescription
GetServiceGets a service interface instance.
GetService(Type)Gets a service interface instance.
GetServiceInterfacesGets a list of service interface types registered in the service container.