Class ConsoleHelper
Provides function to work with the windows console
Inheritance
System.Object
ConsoleHelper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic
Assembly: Simplic.CoreLib.dll
Syntax
public class ConsoleHelper
Methods
| Improve this Doc View SourcePrintRow(String[])
Declaration
public static void PrintRow(params string[] columns)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | columns |
PrintRowDelimiter()
Declaration
public static void PrintRowDelimiter()
ReadPassword()
Read password from console input
Declaration
public static string ReadPassword()
Returns
Type | Description |
---|---|
System.String | Password as string |
WriteLineNoUI(String, Object[])
Write some thing to the console, if UI is enabled
Declaration
public static void WriteLineNoUI(string line, params object[] args)
Parameters
Type | Name | Description |
---|---|---|
System.String | line | To write to the console |
System.Object[] | args | Argument |