C# Class Node.net.HostModule

Inheritance: IronJS.AutoWrapObject
ファイルを表示 Open project: WindowsTermKit/TermKit

Protected Methods

Method Description
HostModule ( IronJS env ) : System

A protected constructor for the HostModule base class.

Method Details

HostModule() protected method

A protected constructor for the HostModule base class.
protected HostModule ( IronJS env ) : System
env IronJS The JavaScript environment.
return System