DesktopApplicationExtensionsRun Method

Overload List

Run(Application, Window) On desktop-style platforms runs the application's main loop until main window is closed
Run(Application, ICloseable) On desktop-style platforms runs the application's main loop until closable is closed
Run(Application, CancellationToken) On desktop-style platforms runs the application's main loop with custom CancellationToken without setting a lifetime.

See Also