Language

IDebugComPlusSymbolProvider110.IsAsyncCatchHandlerAtILOffset Method

Definition

public:
 int IsAsyncCatchHandlerAtILOffset(Microsoft::VisualStudio::Debugger::Interop::IDebugAddress ^ pAddress, int nOffset);
public:
 int IsAsyncCatchHandlerAtILOffset(Microsoft::VisualStudio::Debugger::Interop::IDebugAddress ^ pAddress, int nOffset);
int IsAsyncCatchHandlerAtILOffset(Microsoft::VisualStudio::Debugger::Interop::IDebugAddress const & pAddress, int nOffset);
public int IsAsyncCatchHandlerAtILOffset(Microsoft.VisualStudio.Debugger.Interop.IDebugAddress pAddress, int nOffset);
abstract member IsAsyncCatchHandlerAtILOffset : Microsoft.VisualStudio.Debugger.Interop.IDebugAddress * int -> int
Public Function IsAsyncCatchHandlerAtILOffset (pAddress As IDebugAddress, nOffset As Integer) As Integer

Parameters

pAddress
IDebugAddress
nOffset
Int32

Returns

Applies to