PluginHostLaunchingResult - класс

Информация о плагине, запущенном с помощью метода LaunchAsync(IPluginCreationInfo, CancellationToken).

Definition

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

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

PluginHostLaunchingResult Информация о плагине, запущенном с помощью метода LaunchAsync(IPluginCreationInfo, CancellationToken).

Свойства

Process Ссылка на процесс, запущенный для плагина, или null, если процесс не был запущен (обычно означает, что запуск отменён).

Методы

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)

См. также