DkmNativeCppInspectionSession.Create Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a new DkmNativeCppInspectionSession object instance.
This API was introduced in Visual Studio 14 Update 2 (DkmApiVersion.VS14Update2).
public:
static Microsoft::VisualStudio::Debugger::Native::Cpp::DkmNativeCppInspectionSession ^ Create(Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionSession ^ InspectionSession, Microsoft::VisualStudio::Debugger::DkmDataItem ^ DataItem);
public static Microsoft.VisualStudio.Debugger.Native.Cpp.DkmNativeCppInspectionSession Create (Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionSession InspectionSession, Microsoft.VisualStudio.Debugger.DkmDataItem DataItem);
public static Microsoft.VisualStudio.Debugger.Native.Cpp.DkmNativeCppInspectionSession Create (Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionSession InspectionSession, Microsoft.VisualStudio.Debugger.DkmDataItem? DataItem);
static member Create : Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionSession * Microsoft.VisualStudio.Debugger.DkmDataItem -> Microsoft.VisualStudio.Debugger.Native.Cpp.DkmNativeCppInspectionSession
Public Shared Function Create (InspectionSession As DkmInspectionSession, DataItem As DkmDataItem) As DkmNativeCppInspectionSession
Parameters
- InspectionSession
- DkmInspectionSession
[In] DkmInspectionSession allows the various components which inspect data to store private data which is associated with a group of evaluations.
- DataItem
- DkmDataItem
[In,Optional] Data object to add to the new DkmNativeCppInspectionSession instance. Pass 'null' in the case that the caller doesn't need to add a data item.
Returns
[Out] Result of this method call.