IDebugComPlusSymbolProvider110.IsAsyncCatchHandlerAtILOffset 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.
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