Table of Contents

Class PluginFile

Namespace
NuGet.Protocol.Plugins
Assembly
NuGet.Protocol.dll
public sealed class PluginFile
Inheritance
PluginFile
Inherited Members
Extension Methods

Constructors

PluginFile(string, Lazy<PluginFileState>)

public PluginFile(string filePath, Lazy<PluginFileState> state)

Parameters

filePath string
state Lazy<PluginFileState>

Properties

Path

public string Path { get; }

Property Value

string

State

public Lazy<PluginFileState> State { get; }

Property Value

Lazy<PluginFileState>

Methods

ToString()

public override string ToString()

Returns

string