Freigeben über


ISymUnmanagedAsyncMethod::GetAsyncStepInfo-Methode

Siehe DefineAsyncStepInfo-Methode.

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

Parameter

Parameter Beschreibung
cStepInfo
pcStepInfo
yieldOffsets
breakpointOffset
breakpointMethod

Rückgabewert

Gibt HRESULT zurück.

Anforderungen

Header: CorSym.idl, CorSym.h

Siehe auch