ISymUnmanagedAsyncMethod::GetAsyncStepInfo Method
See DefineAsyncStepInfo Method.
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[]);
Parameters
Parameter | Description |
---|---|
cStepInfo |
|
pcStepInfo |
|
yieldOffsets |
|
breakpointOffset |
|
breakpointMethod |
Return Value
Returns HRESULT
.
Requirements
Header: CorSym.idl, CorSym.h
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.