LocalNode Class

Definition

This class (and the whole namespace) is deprecated. Please use the classes in these namespaces instead: Microsoft.Build.ConstructionMicrosoft.Build.EvaluationMicrosoft.Build.Execution

This class hosts a node class in the child process. It uses shared memory to communicate with the local node provider. Wraps a Node.

public ref class LocalNode
public class LocalNode
type LocalNode = class
Public Class LocalNode
Inheritance
LocalNode

Remarks

Warning

This class (and the whole namespace) is deprecated. Please use the classes in these namespaces instead: Microsoft.Build.Construction Microsoft.Build.Evaluation Microsoft.Build.Execution

Methods

StartLocalNodeServer(Int32)

This method (and the whole namespace) is deprecated. Please use the classes in these namespaces instead: Microsoft.Build.ConstructionMicrosoft.Build.EvaluationMicrosoft.Build.Execution

This function starts local node when process is launched and shuts it down on time out Called by msbuild.exe.

Applies to