PluginLaunchingContext - класс

Контекст события по запуску плагина.

Definition

Пространство имён: Chronos.Platform.PluginChild
Сборка: Chronos.Platform (в Chronos.Platform.dll) Версия: 4.0.4
C#
public sealed class PluginLaunchingContext : IEquatable<PluginLaunchingContext>
Inheritance
Object    PluginLaunchingContext
Implements
IEquatablePluginLaunchingContext

Конструкторы

PluginLaunchingContext Контекст события по запуску плагина.

Свойства

Cancellation Объект, посредством которого можно отменить выполнение метода EntryPointAsync(CancellationToken).
PluginСсылка на экземпляр плагина.

Методы

FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)

Методы расширения

Get
(Определяется ComHelper)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)

См. также