Share via


CreateInNewProcess Method

Microsoft Robotics Class Reference

Starts a DSS node with the specified manifest path in a new process.

Namespace: Microsoft.Dss.Hosting
Assembly: Microsoft.Dss.Environment (in Microsoft.Dss.Environment.dll) Version: 4.0.261.0 (4.0.261.0)

Syntax

public static DssNode CreateInNewProcess(
    int httpPort,
    int tcpPort,
    string hostRootDir,
    string manifestPath,
    string securityPath
)

Parameters

Return Value

A DssNode object.

Remarks

Changes System.Environment.CurrentDirectory to hostRootDir.

See Also

DssNode Class

Microsoft.Dss.Hosting Namespace