共用方式為


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[]);  

參數

參數 描述
cStepInfo
pcStepInfo
yieldOffsets
breakpointOffset
breakpointMethod

傳回值

傳回 HRESULT

規格需求

頭: CorSym.idl、CorSym.h

另請參閱