Language

IDebugComPlusSymbolProvider110.IsAsyncMethod(IDebugAddress) Method

Definition

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

Parameters

pAddress
IDebugAddress

Returns

Applies to