ICorDebugSymbolProvider::GetMethodParameterSymbols Method
Gets a method's parameter symbols given the relative virtual address (RVA) of that method.
Syntax
HRESULT GetMethodParameterSymbols(
[in] ULONG32 nativeRVA,
[in] ULONG32 cRequestedSymbols,
[out] ULONG32 *pcFetchedSymbols,
[out, size_is(cRequestedSymbols), length_is(*pcFetchedSymbols)] ICorDebugVariableSymbol *pSymbols[]
);
Parameters
nativeRVA
[in] The native relative virtual address of the method.
cRequestedSymbols
[in] The number of local symbols requested.
pcFetchedSymbols
[out] A pointer to the number of symbols retrieved by the method.
pcFetchedSymbols
[out] A pointer to an ICorDebugVariableSymbol array that contains the method's local symbols.
Remarks
Note
This method is available with .NET Native only.
Requirements
Platforms: See System Requirements.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET Framework Versions: Available since 4.6, .NET Native only