PluginHostLauncher - конструктор
Создаёт экземпляр класса с указанием его зависимостей.
Пространство имён: Chronos.Platform.PluginHostСборка: Chronos.Platform (в Chronos.Platform.dll) Версия: 4.0.4
public PluginHostLauncher(
IPluginHostNotifier notifier,
IProcessHost processHost
)
Public Sub New (
notifier As IPluginHostNotifier,
processHost As IProcessHost
)
public:
PluginHostLauncher(
IPluginHostNotifier^ notifier,
IProcessHost^ processHost
)
new :
notifier : IPluginHostNotifier *
processHost : IProcessHost -> PluginHostLauncher
Параметры
- notifier IPluginHostNotifier
Объект, выполняющий логирование событий для хост-процесса плагинов.
- processHost IProcessHost
Объект, позволяющий запускать дочерние процессы.