ICorDebugVariableHome::GetArgumentIndex Method
Gets the index of a function argument.
Syntax
HRESULT GetArgumentIndex(
[out] ULONG32* pArgumentIndex
);
Parameters
pArgumentIndex
[out] A pointer to the argument index.
Return Value
The method returns the following values.
Value | Description |
---|---|
S_OK |
The method call returned a valid argument index. |
E_FAIL |
The current ICorDebugVariableHome instance represents a local variable. |
Remarks
The argument index can be used to retrieve metadata for this argument.
Requirements
Platforms: See System Requirements.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET Framework Versions: Available since 4.6.2
See also
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.