IMetaDataAssemblyImport::EnumAssemblyRefs Method
.NET Framework 2.0
Enumerates the mdAssemblyRef instances that are defined in the assembly manifest.
HRESULT EnumAssemblyRefs (
[in, out] HCORENUM *phEnum,
[out] mdAssemblyRef rAssemblyRefs[],
[in] ULONG cMax,
[out] ULONG *pcTokens
);
Parameters
| Parameter | Description |
|---|---|
|
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. |