DkmInspectionContext.InspectionSession Eigenschaft

Definition

Mithilfe von "inspectionsession" können die verschiedenen Komponenten, die Daten im Ziel Prozess überprüfen, private Daten mit der gleichen Lebensdauer speichern. Inspektionssitzungen werden geschlossen, wenn der Benutzer versucht, den Vorgang fortzusetzen.

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

Eigenschaftswert

DkmInspectionSession

Gibt DkmInspectionSessionzurück.

Gilt für