public sealed class PluginHostLaunchingResult : IPluginHostLaunchingResult,
IEquatable<PluginHostLaunchingResult>Public NotInheritable Class PluginHostLaunchingResult
Implements IPluginHostLaunchingResult, IEquatable(Of PluginHostLaunchingResult)public ref class PluginHostLaunchingResult sealed : IPluginHostLaunchingResult,
IEquatable<PluginHostLaunchingResult^>[<SealedAttribute>]
type PluginHostLaunchingResult =
class
interface IPluginHostLaunchingResult
interface IEquatable<PluginHostLaunchingResult>
end| PluginHostLaunchingResult | Информация о плагине, запущенном с помощью метода LaunchAsync(IPluginCreationInfo, CancellationToken). |
| Process | Ссылка на процесс, запущенный для плагина, или null, если процесс не был запущен (обычно означает, что запуск отменён). |
| 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) |