Table of Contents

Method Create

Namespace
Terminal.Gui.App
Assembly
Terminal.Gui.dll

Create()

Creates a new IApplication instance.

public static IApplication Create()

Returns

IApplication

A new IApplication instance.

Remarks

The recommended pattern is for developers to call Application.Create() and then use the returned IApplication instance for all subsequent application operations.