ConsoleShell Class 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.  |