Table of Contents

Interface IPluginProcess

Namespace
NuGet.Protocol.Plugins
Assembly
NuGet.Protocol.dll
public interface IPluginProcess : IDisposable
Inherited Members
Extension Methods

Properties

ExitCode

int? ExitCode { get; }

Property Value

int?

Id

int? Id { get; }

Property Value

int?

Methods

BeginReadLine()

void BeginReadLine()

CancelRead()

void CancelRead()

Kill()

void Kill()

Events

Exited

event EventHandler<IPluginProcess> Exited

Event Type

EventHandler<IPluginProcess>

LineRead

event EventHandler<LineReadEventArgs> LineRead

Event Type

EventHandler<LineReadEventArgs>