Skip to content

DiagnosticShellBuilderExtensions

Namespace: Hex1b

Assembly: Hex1b.dll

Extension methods for adding diagnostic shell to .

csharp
public static class DiagnosticShellBuilderExtensions

Inheritance

ObjectDiagnosticShellBuilderExtensions

Methods

WithDiagnosticShell(Hex1bTerminalBuilder)

Configures the terminal to run the diagnostic shell workload.

Parameters:

Returns: Hex1bTerminalBuilder

The builder for chaining.

csharp
public static Hex1bTerminalBuilder WithDiagnosticShell(this Hex1bTerminalBuilder builder)

Released under the MIT License.