Class PluginProcess
- Namespace
- NuGet.Protocol.Plugins
- Assembly
- NuGet.Protocol.dll
public sealed class PluginProcess : IPluginProcess, IDisposable
- Inheritance
-
PluginProcess
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
PluginProcess()
PluginProcess(ProcessStartInfo)
public PluginProcess(ProcessStartInfo startInfo)
Parameters
startInfo
ProcessStartInfo
Properties
ExitCode
public int? ExitCode { get; }
Property Value
- int?
Id
Property Value
- int?
Methods
BeginReadLine()
public void BeginReadLine()
CancelRead()
Dispose()
Kill()
Start()
Events
Exited
public event EventHandler<IPluginProcess> Exited
Event Type
- EventHandler<IPluginProcess>
LineRead
public event EventHandler<LineReadEventArgs> LineRead
Event Type
- EventHandler<LineReadEventArgs>