ConsoleShell Class

Definition

This class provides an entry point which is called to transfer control to console host implementation.

public ref class ConsoleShell abstract sealed
public ref class ConsoleShell abstract sealed
class ConsoleShell abstract sealed
public static class ConsoleShell
[System.Runtime.CompilerServices.Nullable(0)]
[System.Runtime.CompilerServices.NullableContext(1)]
public static class ConsoleShell
type ConsoleShell = class
[<System.Runtime.CompilerServices.Nullable(0)>]
[<System.Runtime.CompilerServices.NullableContext(1)>]
type ConsoleShell = class
Public Class ConsoleShell
Inheritance
ConsoleShell
Attributes

Methods

Start(InitialSessionState, String, String, String[])

Entry point in to ConsoleShell. Used to create a custom Powershell console application.

Start(RunspaceConfiguration, String, String, String[])

Entry point in to ConsoleShell. This method is called by main of minishell.

Start(String, String, String[])

Entry point in to ConsoleShell. This method is called by main of minishell.

Applies to