ILauncher interface
Registry of launcher entries. Plugins call Register to add a tile to the Stellar launcher menu and hold the returned IDisposable to remove it on unload. Entries preserves registration order.
public interface ILauncherMembers
Section titled “Members”| name | description |
|---|---|
| Entries { get; } | Registered entries, in registration order. |
| Register(…) | Add entry; dispose the result to remove it. |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Services