C# Class Node.net.Modules.OsModule

Inheritance: HostModule
显示文件 Open project: WindowsTermKit/TermKit

Public Methods

Method Description
OsModule ( IronJS env ) : System

The public constructor for the 'os' module.

Method Details

OsModule() public method

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