IMetaDataImport2::EnumGenericParams Method
Gets an enumerator for an array of generic parameter tokens associated with the specified TypeDef or MethodDef token.
Syntax
HRESULT EnumGenericParams (
[in, out] HCORENUM *phEnum,
[in] mdToken tk,
[out] mdGenericParam rGenericParams[],
[in] ULONG cMax,
[out] ULONG *pcGenericParams
);
Parameters
phEnum
[in, out] A pointer to the enumerator.
tk
[in] The TypeDef or MethodDef token whose generic parameters are to be enumerated.
rGenericParams
[out] The array of generic parameters to enumerate.
cMax
[in] The requested maximum number of tokens to place in rGenericParams
.
pcGenericParams
[out] The returned number of tokens placed in rGenericParams
.
Return Value
HRESULT | Description |
---|---|
S_OK |
EnumGenericParams returned successfully. |
S_FALSE |
phEnum has no member elements. In this case, pcGenericParams is set to 0 (zero). |
Requirements
Platforms: See System Requirements.
Header: Cor.h
Library: Used as a resource in MsCorEE.dll
.NET Framework Versions: Available since 2.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.