IPluginInventory interface
Read-side surface for the Settings → Plugins panel. Lists every discovered plugin with its current enabled / errored state, fires on state changes, and lets the user request a recovery retry after an exception.
public interface IPluginInventoryMembers
Section titled “Members”| name | description |
|---|---|
| event StatusChanged | Fired whenever any tracked plugin’s enabled/errored state changes. |
| List() | Returns a snapshot of all discovered plugins and their current state. |
| RequestRetry(…) | Asks the registry to clear IsErrored and re-attempt construction next frame. |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Services