Class PluginInstallArtifact
Result produced by an installer when a source is materialized to the plugins directory.
public sealed record PluginInstallArtifact : IEquatable<PluginInstallArtifact>
- Inheritance
-
PluginInstallArtifact
- Implements
- Inherited Members
Constructors
PluginInstallArtifact(PluginManifest, string, string, string, string)
Result produced by an installer when a source is materialized to the plugins directory.
public PluginInstallArtifact(PluginManifest Manifest, string InstallPath, string EntryAssemblyPath, string ManifestPath, string Source)
Parameters
ManifestPluginManifestInstallPathstringEntryAssemblyPathstringManifestPathstringSourcestring
Properties
EntryAssemblyPath
public string EntryAssemblyPath { get; init; }
Property Value
InstallPath
public string InstallPath { get; init; }
Property Value
Manifest
public PluginManifest Manifest { get; init; }
Property Value
ManifestPath
public string ManifestPath { get; init; }
Property Value
Source
public string Source { get; init; }