Compartir a través de


ISymUnmanagedAsyncMethod::GetAsyncStepInfo (Método)

Vea DefineAsyncStepInfo (Método).

Sintaxis

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

Parámetros

Parámetro Descripción
cStepInfo
pcStepInfo
yieldOffsets
breakpointOffset
breakpointMethod

Valor devuelto

Devuelve HRESULT.

Requisitos

Header: CorSym.idl, CorSym.h

Consulte también