Skip to content
Version 2.11.0
↓ Get the launcher

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 ILauncher
name description
Entries { get; } Registered entries, in registration order.
Register(…) Add entry; dispose the result to remove it.