IMetaDataAssemblyImport::EnumExportedTypes Method
.NET Framework 2.0
Enumerates the exported types referenced in the assembly manifest in the current metadata scope.
HRESULT EnumExportedTypes (
[in, out] HCORENUM *phEnum,
[out] mdExportedType rExportedTypes[],
[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 EnumExportedTypes method is called for the first time. |
|
rExportedTypes |
[out] The enumeration of mdExportedType metadata tokens. |
|
cMax |
[in] The maximum number of mdExportedType tokens that can be placed in the rExportedTypes array. |
|
pcTokens |
[out] The number of mdExportedType tokens actually placed in rExportedTypes. |