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
Dependencies
Gets or sets the dependencies of the plugin package.
public Dictionary<string, string> Dependencies { get; set; }
  Property Value
Instance
Gets or sets the plugin package manager instance.
public IPluginPackageManager Instance { get; set; }
  Property Value
PackageVersion
Gets or sets the plugin package version.
public SemanticVersion PackageVersion { get; set; }
  Property Value
- SemanticVersion