Language

IDebugComPlusSymbolProvider110.IsAsyncYieldPoint(IDebugAddress, Int32) Method

Definition

public:
 int IsAsyncYieldPoint(Microsoft::VisualStudio::Debugger::Interop::IDebugAddress ^ pAddress, [Runtime::InteropServices::Out] int % breakpointMethod);
public int IsAsyncYieldPoint(Microsoft.VisualStudio.Debugger.Interop.IDebugAddress pAddress, out int breakpointMethod);
abstract member IsAsyncYieldPoint : Microsoft.VisualStudio.Debugger.Interop.IDebugAddress * int -> int
Public Function IsAsyncYieldPoint (pAddress As IDebugAddress, ByRef breakpointMethod As Integer) As Integer

Parameters

pAddress
IDebugAddress
breakpointMethod
Int32

Returns

Applies to