public class PluginHostNotifier : PluginNotifierLoggerBase,
IPluginHostNotifier
Public Class PluginHostNotifier
Inherits PluginNotifierLoggerBase
Implements IPluginHostNotifier
public ref class PluginHostNotifier : public PluginNotifierLoggerBase,
IPluginHostNotifier
type PluginHostNotifier =
class
inherit PluginNotifierLoggerBase
interface IPluginHostNotifier
end
PluginHostNotifier | Инициализирует новый экземпляр класса PluginHostNotifier |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
NotifyConfigurationNotFoundAsync | Выполняет логирование ошибки о том, что файл конфигурации плагина не найден. |
NotifyHostIsDisallowedLaunchingPluginAsync | Уведомляет о том, что начался запуск плагина в дочернем процессе. |
NotifyHostIsLaunchedAsync | Уведомляет о том, что хост-процесс в текущем процессе был запущен. |
NotifyHostIsLaunchingPluginAsync | Уведомляет о том, что начался запуск плагина в дочернем процессе. |
NotifyHostIsShutdownAsync | Уведомляет о том, что хост-процесс в текущем процессе был остановлен. |
NotifyHostIsShuttingDownAsync | Уведомляет о том, что хост-процесс в текущем процессе начал остановку. |
NotifyPluginIsDisabledAsync | Выполняет логирование ошибки о том, что плагин был отключён в соответствии с настройками в своей конфигурации. |
ToString | Returns a string that represents the current object. (Унаследован от Object) |