Table of Contents

Interface IPlugin

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

Properties

Connection

IConnection Connection { get; }

Property Value

IConnection

FilePath

string FilePath { get; }

Property Value

string

Id

string Id { get; }

Property Value

string

Name

string Name { get; }

Property Value

string

Methods

Close()

void Close()

Events

BeforeClose

event EventHandler BeforeClose

Event Type

EventHandler

Closed

event EventHandler Closed

Event Type

EventHandler