Skip to content
Version 2.11.0
↓ Get the launcher

PluginInfo record

Snapshot of a plugin slot known to IPluginInventory. The Settings → Plugins panel renders one row per PluginInfo.

public record PluginInfo
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; }