Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Enumerates ParamDef tokens representing the parameters of the method referenced by the specified MethodDef token.
HRESULT EnumParams (
   [in, out] HCORENUM    *phEnum,
   [in]  mdMethodDef     mb,
   [out] mdParamDef      rParams[],
   [in]  ULONG           cMax,
   [out] ULONG          *pcTokens
);
Parameters
phEnum
[in, out] A pointer to the enumerator. This must be NULL for the first call of this method.mb
[in] A MethodDef token representing the method with the parameters to enumerate.rParams
[out] The array used to store the ParamDef tokens.cMax
[in] The maximum size of the rParams array.pcTokens
[out] The number of ParamDef tokens returned in rParams.
Return Value
HRESULT  | 
Description  | 
|---|---|
S_OK  | 
EnumParams returned successfully.  | 
S_FALSE  | 
There are no tokens to enumerate. In that case, pcTokens is zero.  | 
Requirements
Platform: See .NET Framework System Requirements.
Header: Cor.h
Library: Used as a resource in MsCorEE.dll
.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0