public sealed class PluginLaunchingContext : IEquatable<PluginLaunchingContext>
Public NotInheritable Class PluginLaunchingContext
Implements IEquatable(Of PluginLaunchingContext)
public ref class PluginLaunchingContext sealed : IEquatable<PluginLaunchingContext^>
[<SealedAttribute>]
type PluginLaunchingContext =
class
interface IEquatable<PluginLaunchingContext>
end
PluginLaunchingContext | Контекст события по запуску плагина. |
Cancellation | Объект, посредством которого можно отменить выполнение метода EntryPointAsync(CancellationToken). |
Plugin | Ссылка на экземпляр плагина. |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |