Search Results for

    Show / Hide Table of Contents

    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 Source

    PrintRow(String[])

    Declaration
    public static void PrintRow(params string[] columns)
    Parameters
    Type Name Description
    System.String[] columns
    | Improve this Doc View Source

    PrintRowDelimiter()

    Declaration
    public static void PrintRowDelimiter()
    | Improve this Doc View Source

    ReadPassword()

    Read password from console input

    Declaration
    public static string ReadPassword()
    Returns
    Type Description
    System.String

    Password as string

    | Improve this Doc View Source

    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

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx