IMetaDataImport::GetParamForMethodIndex Method
Gets the token that represents a specified parameter of the method represented by the specified MethodDef token.
Syntax
HRESULT GetParamForMethodIndex (
[in] mdMethodDef md,
[in] ULONG ulParamSeq,
[out] mdParamDef *ppd
);
Parameters
md
[in] A token that represents the method to return the parameter token for.
ulParamSeq
[in] The ordinal position in the parameter list where the requested parameter occurs. Parameters are numbered starting from one, with the method's return value in position zero.
ppd
[out] A pointer to a ParamDef token that represents the requested parameter.
Requirements
Platforms: See System Requirements.
Header: Cor.h
Library: Included as a resource in MsCorEE.dll
.NET Framework Versions: Available since 1.0
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.