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