PSConsoleReadLine.AddLine(Nullable<ConsoleKeyInfo>, Object) Method
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.
The continuation prompt is displayed on the next line and PSReadLine waits for keys to edit the current input. This is useful to enter multi-line input as a single command even when a single line is complete input by itself.
public static void AddLine (ConsoleKeyInfo? key = default, object arg = default);
static member AddLine : Nullable<ConsoleKeyInfo> * obj -> unit
Public Shared Sub AddLine (Optional key As Nullable(Of ConsoleKeyInfo) = Nothing, Optional arg As Object = Nothing)
Parameters
- key
- Nullable<ConsoleKeyInfo>
- arg
- Object