Condividi tramite


Metodo ISymUnmanagedAsyncMethod::GetAsyncStepInfo

Vedere Metodo DefineAsyncStepInfo.

Sintassi

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

Parametri

Parametro Descrizione
cStepInfo
pcStepInfo
yieldOffsets
breakpointOffset
breakpointMethod

Valore restituito

Restituisce HRESULT.

Requisiti

Intestazione: CorSym.idl, CorSym.h

Vedi anche