C# Class ShellMe.CommandLine.Console.NativeConsoleWrapper

Inheritance: AbstractConsole
Mostrar archivo Open project: dff-solutions/shell.me

Public Methods

Method Description
ReadLine ( ) : string
WriteLine ( string line ) : void

Method Details

ReadLine() public method

public ReadLine ( ) : string
return string

WriteLine() public method

public WriteLine ( string line ) : void
line string
return void