Share via


CreateInNewAppDomain Method

Microsoft Robotics Class Reference

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

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 CreateInNewAppDomain(
    int httpPort,
    int tcpPort,
    string hostRootDir,
    string manifestPath,
    string securityPath
)

Parameters

Return Value

A DssNode in a seperate AppDomain.

Remarks

Changes System.Environment.CurrentDirectory to hostRootDir.

See Also

DssNode Class

Microsoft.Dss.Hosting Namespace