PluginInfo record
Snapshot of a plugin slot known to IPluginInventory. The Settings → Plugins panel renders one row per PluginInfo.
public record PluginInfoPublic Members
Section titled “Public Members”| name | description |
|---|---|
| PluginInfo(…) | Snapshot of a plugin slot known to IPluginInventory. The Settings → Plugins panel renders one row per PluginInfo. |
| DisplayName { get; set; } | |
| Id { get; set; } | |
| IsEnabled { get; set; } | |
| IsErrored { get; set; } | |
| LastErrorMessage { get; set; } | Last error captured by the registry while constructing/disposing the plugin. |
| Version { get; set; } |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Domain