IMetaDataAssemblyImport::EnumAssemblyRefs Method
Enumerates the mdAssemblyRef
instances that are defined in the assembly manifest.
Syntax
HRESULT EnumAssemblyRefs (
[in, out] HCORENUM *phEnum,
[out] mdAssemblyRef rAssemblyRefs[],
[in] ULONG cMax,
[out] ULONG *pcTokens
);
Parameters
phEnum
[in, out] A pointer to the enumerator. This must be a null value when the EnumAssemblyRefs
method is called for the first time.
rAssemblyRefs
[out] The enumeration of mdAssemblyRef
metadata tokens.
cMax
[in] The maximum number of tokens that can be placed in the rAssemblyRefs
array.
pcTokens
[out] The number of tokens actually placed in rAssemblyRefs
.
Return Value
HRESULT | Description |
---|---|
S_OK |
EnumAssemblyRefs returned successfully. |
S_FALSE |
There are no tokens to enumerate. In this case, pcTokens is set to zero. |
Requirements
Platforms: See System Requirements.
Header: Cor.h
Library: Used as a resource in MsCorEE.dll
.NET Framework Versions: Available since 1.0
See also
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.