IDkmFuncEvalStartingNotification.OnFuncEvalStarting 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.
OnFuncEvalStarting is invoked as part of event processing. See interface definition for more information.
public:
void OnFuncEvalStarting(Microsoft::VisualStudio::Debugger::DkmThread ^ thread, Microsoft::VisualStudio::Debugger::Evaluation::DkmFuncEvalFlags flags, Microsoft::VisualStudio::Debugger::DkmEventDescriptor ^ eventDescriptor);
public void OnFuncEvalStarting (Microsoft.VisualStudio.Debugger.DkmThread thread, Microsoft.VisualStudio.Debugger.Evaluation.DkmFuncEvalFlags flags, Microsoft.VisualStudio.Debugger.DkmEventDescriptor eventDescriptor);
abstract member OnFuncEvalStarting : Microsoft.VisualStudio.Debugger.DkmThread * Microsoft.VisualStudio.Debugger.Evaluation.DkmFuncEvalFlags * Microsoft.VisualStudio.Debugger.DkmEventDescriptor -> unit
Public Sub OnFuncEvalStarting (thread As DkmThread, flags As DkmFuncEvalFlags, eventDescriptor As DkmEventDescriptor)
Parameters
- thread
- DkmThread
[In] DkmThread represents a thread running in the target process.
- flags
- DkmFuncEvalFlags
[In] Flags impacting how function evaluation requests are performed.
- eventDescriptor
- DkmEventDescriptor
[In] Describes the event being processed.