Service provider based on Spring-like configuration.
For a list of all members of this type, see ServiceProvider Members.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
NI.Winter.ServiceProvider
NI.Winter.NestedServiceProvider
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
This component takes care about objects initialization, creation, referencing etc. Fully integrated with System.ComponentModel:
IComponentsConfig cfg;
ServiceProvider srvProv = new ServiceProvider(cfg);
object someService = srvProv.GetObject("someServiceName");
Namespace: NI.Winter
Assembly: NI.Winter (in NI.Winter.dll)
ServiceProvider Members | NI.Winter Namespace