C# Class Node.net.Modules.VmModule

Inheritance: HostModule
Datei anzeigen Open project: WindowsTermKit/TermKit

Public Methods

Method Description
VmModule ( IronJS env ) : System

The public constructor for the 'vm' module.

Method Details

VmModule() public method

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