DkmEvaluationResultEnumContext.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 DkmEvaluationResultEnumContext object instance.
public:
static Microsoft::VisualStudio::Debugger::Evaluation::DkmEvaluationResultEnumContext ^ Create(int Count, Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^ StackFrame, Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionContext ^ InspectionContext, Microsoft::VisualStudio::Debugger::DkmDataItem ^ DataItem);
public static Microsoft.VisualStudio.Debugger.Evaluation.DkmEvaluationResultEnumContext Create (int Count, Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame StackFrame, Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionContext InspectionContext, Microsoft.VisualStudio.Debugger.DkmDataItem DataItem);
public static Microsoft.VisualStudio.Debugger.Evaluation.DkmEvaluationResultEnumContext Create (int Count, Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame StackFrame, Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionContext InspectionContext, Microsoft.VisualStudio.Debugger.DkmDataItem? DataItem);
static member Create : int * Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame * Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionContext * Microsoft.VisualStudio.Debugger.DkmDataItem -> Microsoft.VisualStudio.Debugger.Evaluation.DkmEvaluationResultEnumContext
Public Shared Function Create (Count As Integer, StackFrame As DkmStackWalkFrame, InspectionContext As DkmInspectionContext, DataItem As DkmDataItem) As DkmEvaluationResultEnumContext
Parameters
- Count
- Int32
[In] The number of items (DkmEvaluationResults) which can be obtained through this DkmEvaluationResultEnumContext.
- StackFrame
- DkmStackWalkFrame
[In] The stack frame this expression result was created on.
- InspectionContext
- DkmInspectionContext
[In] Inspection context used to create this enumeration context.
- DataItem
- DkmDataItem
[In,Optional] Data object to add to the new DkmEvaluationResultEnumContext instance. Pass 'null' in the case that the caller doesn't need to add a data item.
Returns
[Out] Result of this method call.