C# Class Node.net.Modules.UrlModule

Inheritance: HostModule
Mostra file Open project: WindowsTermKit/TermKit

Public Methods

Method Description
UrlModule ( IronJS env ) : System

The public constructor for the 'url' module.

Method Details

UrlModule() public method

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