DkmStackContext.InspectionSession Property

Definition

DkmInspectionSession allows the various components which inspect data to store private data which is associated with a group of evaluations.

public:
 property Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionSession ^ InspectionSession { Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionSession ^ get(); };
public Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionSession InspectionSession { get; }
member this.InspectionSession : Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionSession
Public ReadOnly Property InspectionSession As DkmInspectionSession

Property Value

Returns DkmInspectionSession.

Applies to