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 MethodDef tokens representing methods of the specified type.
HRESULT EnumMethods (
   [in, out] HCORENUM   *phEnum, 
   [in]  mdTypeDef      cl, 
   [out] mdMethodDef    rMethods[], 
   [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.cl
[in] A TypeDef token representing the type with the methods to enumerate.rMethods
[out] The array to store the MethodDef tokens.cMax
[in] The maximum size of the MethodDef rMethods array.pcTokens
[out] The number of MethodDef tokens returned in rMethods.
Return Value
HRESULT  | 
Description  | 
|---|---|
S_OK  | 
EnumMethods returned successfully.  | 
S_FALSE  | 
There are no MethodDef tokens to enumerate. In that case, pcTokens is zero.  | 
Requirements
Platforms: See .NET Framework System Requirements.
Header: Cor.h
Library: Included 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