Skip to main content

INextDesignCoreRuntime Interface

Namespace: NextDesign.Core.Runtime

Description

Service container interface.
Provides functionality to obtain service instances provided by NextDesign.Core.Runtime.

Derived From

NameDescription
NextDesignCoreRuntimeService 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

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