3 implementations of GetScreenText
Aspire.Hosting (2)
ApplicationModel\Hex1bAspireTerminal.cs (1)
314
public string
GetScreenText
()
ApplicationModel\ResourceAspireTerminal.cs (1)
124
public string
GetScreenText
()
Aspire.Hosting.Tests (1)
Utils\TestTerminalBackend.cs (1)
24
public string
GetScreenText
() => throw new NotSupportedException();
1 reference to GetScreenText
Aspire.Hosting (1)
ApplicationModel\AspireTerminal.cs (1)
142
public string GetScreenText() => Backend.
GetScreenText
();