C# Class Node.net.Modules.TtyModule

Inheritance: HostModule
Show file Open project: WindowsTermKit/TermKit

Public Methods

Method Description
TtyModule ( IronJS env ) : System

The public constructor for the 'tty' module.

Method Details

TtyModule() public method

The public constructor for the 'tty' module.
public TtyModule ( IronJS env ) : System
env IronJS The JavaScript environment.
return System