Table of Contents

Class NodeTool

Namespace
Ando.Operations
Assembly
ando.dll

Represents a Node.js installation with a specific version.

public class NodeTool
Inheritance
NodeTool
Inherited Members

Constructors

NodeTool(string)

Represents a Node.js installation with a specific version.

public NodeTool(string version)

Parameters

version string

Properties

Version

public string Version { get; }

Property Value

string