ISymUnmanagedAsyncMethod::GetAsyncStepInfo Method

See DefineAsyncStepInfo Method.

Syntax

HRESULT GetAsyncStepInfo(    [in] ULONG32 cStepInfo,    [out] ULONG32 *pcStepInfo,    [in, size_is(cStepInfo)] ULONG32 yieldOffsets[],    [in, size_is(cStepInfo)] ULONG32 breakpointOffset[],    [in, size_is(cStepInfo)] mdToken breakpointMethod[]);  

Parameters

Parameter Description
cStepInfo
pcStepInfo
yieldOffsets
breakpointOffset
breakpointMethod

Return Value

Returns HRESULT.

Requirements

Header: CorSym.idl, CorSym.h

See also