DkmCompiledVisualizationData.WorkerProcess Property

Definition

[Optional] This represents a transport connection used for symbol processing, or other memory intensive activities. This worker process may be remote or local.

This API was introduced in Visual Studio 16 RTM (DkmApiVersion.VS16RTMPreview).

public:
 property Microsoft::VisualStudio::Debugger::DefaultPort::DkmWorkerProcessConnection ^ WorkerProcess { Microsoft::VisualStudio::Debugger::DefaultPort::DkmWorkerProcessConnection ^ get(); };
public Microsoft.VisualStudio.Debugger.DefaultPort.DkmWorkerProcessConnection WorkerProcess { get; }
public Microsoft.VisualStudio.Debugger.DefaultPort.DkmWorkerProcessConnection? WorkerProcess { get; }
member this.WorkerProcess : Microsoft.VisualStudio.Debugger.DefaultPort.DkmWorkerProcessConnection
Public ReadOnly Property WorkerProcess As DkmWorkerProcessConnection

Property Value

Applies to