Open(ITerminalBackend?, TerminalOptions?, Boolean) Method

Definition

Assembly XenoAtom.Terminal.dll

Opens a terminal session that will dispose the global instance when disposed.

[NullableContext((byte)2)]
public static TerminalSession Open(ITerminalBackend? backend = null, TerminalOptions? options = null, bool force = true)

Parameters

force
Boolean

Returns

Remarks

This is a convenience for apps that want deterministic cleanup without relying on process lifetime handlers.