Method ChangeInstance | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

ChangeInstance(IApplication)

Change the singleton implementation, should not be called except before application startup. This method lets you provide alternative implementations of core static gateway methods of Application.

public static void ChangeInstance(IApplication newApplication)

Parameters

newApplication IApplication

Edit this page