ISymUnmanagedAsyncMethod::GetAsyncStepInfo 方法

请参阅 DefineAsyncStepInfo 方法

语法

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

参数 说明
cStepInfo
pcStepInfo
yieldOffsets
breakpointOffset
breakpointMethod

返回值

返回 HRESULT

要求

标头:CorSym.idl、CorSym.h

请参阅