Table of Contents

Class PluginPackageManagerInstance

Namespace
FoundationaLLM.Common.Models.ResourceProviders.Plugin
Assembly
FoundationaLLM.Common.dll

Represents a plugin package manager instance resource.

public class PluginPackageManagerInstance : ResourceBase
Inheritance
PluginPackageManagerInstance
Inherited Members
Extension Methods

Properties

AssemblyLoadContext

Gets or sets the assembly load context for the plugin package manager instance.

public AssemblyLoadContext AssemblyLoadContext { get; set; }

Property Value

AssemblyLoadContext

Dependencies

Gets or sets the dependencies of the plugin package.

public Dictionary<string, string> Dependencies { get; set; }

Property Value

Dictionary<string, string>

Instance

Gets or sets the plugin package manager instance.

public IPluginPackageManager Instance { get; set; }

Property Value

IPluginPackageManager

PackageVersion

Gets or sets the plugin package version.

public SemanticVersion PackageVersion { get; set; }

Property Value

SemanticVersion