ProjectCacheDescriptor Class

Definition

public ref class ProjectCacheDescriptor
public class ProjectCacheDescriptor
type ProjectCacheDescriptor = class
Public Class ProjectCacheDescriptor
Inheritance
ProjectCacheDescriptor

Properties

EntryPoints

The entry points with which the plugin will be initialized.

PluginAssemblyPath

The path to the assembly containing the project cache plugin.

PluginInstance
PluginSettings
ProjectGraph

The graph with which the plugin will be initialized.

Methods

FromAssemblyPath(String, IReadOnlyCollection<ProjectGraphEntryPoint>, ProjectGraph, IReadOnlyDictionary<String,String>)
FromInstance(ProjectCachePluginBase, IReadOnlyCollection<ProjectGraphEntryPoint>, ProjectGraph, IReadOnlyDictionary<String,String>)
GetDetailedDescription()

Applies to