C# Class Node.net.Modules.ChildProcessesModule

Inheritance: HostModule
Mostra file Open project: WindowsTermKit/TermKit

Public Methods

Method Description
ChildProcessesModule ( IronJS env ) : System

The public constructor for the 'child_processes' module.

Method Details

ChildProcessesModule() public method

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