C# Класс Catel.IoC.IoCFactory

Factory responsible for creating IoC components.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CreateServiceLocator ( bool initializeServiceLocator = true ) : IServiceLocator

Creates a service locator with all the customized components.

Приватные методы

Метод Описание
IoCFactory ( ) : System

Initializes static members of the IoCFactory class.

OnAssemblyLoaded ( object sender, Catel.Reflection.AssemblyLoadedEventArgs e ) : void

Called when an assembly gets loaded.

Описание методов

CreateServiceLocator() публичный статический Метод

Creates a service locator with all the customized components.
public static CreateServiceLocator ( bool initializeServiceLocator = true ) : IServiceLocator
initializeServiceLocator bool if set to true, the will be initialized using the interface.
Результат IServiceLocator