C# Class MonoDevelop.JavaScript.Node.NodeExecutionCommand

Inheritance: MonoDevelop.Core.Execution.NativeExecutionCommand
Exibir arquivo Open project: atsushieno/md-typescript Class Usage Examples

Public Methods

Method Description
NodeExecutionCommand ( string nodePath, string scriptPath ) : System

Private Methods

Method Description
UpdateArguments ( ) : void

Method Details

NodeExecutionCommand() public method

public NodeExecutionCommand ( string nodePath, string scriptPath ) : System
nodePath string
scriptPath string
return System