C# Class Node.net.Modules.DgramModule

Inheritance: HostModule
Datei anzeigen Open project: WindowsTermKit/TermKit

Public Methods

Method Description
DgramModule ( IronJS env ) : System

The public constructor for the 'dgram' module.

Method Details

DgramModule() public method

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