नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
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 .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 4.6