PluginHostLaunchingResultProcess - свойство
Ссылка на процесс, запущенный для плагина, или null, если процесс не был запущен (обычно означает, что запуск отменён).
Пространство имён: Chronos.Platform.PluginHostСборка: Chronos.Platform (в Chronos.Platform.dll) Версия: 4.0.4
public Process? Process { get; init; }
Public Property Process As Process
Get
Set
public:
virtual property Process^ Process {
Process^ get () sealed;
void set (Process^ value) sealed;
}
abstract Process : Process with get, set
override Process : Process with get, set
ProcessIPluginHostLaunchingResultProcess