IMetaDataAssemblyImport::FindExportedTypeByName Method
.NET Framework 2.0
Gets a pointer to an exported type, given its name and enclosing type.
HRESULT FindExportedTypeByName (
[in] LPCWSTR szName,
[in] mdToken mdtExportedType,
[out] mdExportedType *ptkExportedType
);
Parameters
| Parameter | Description |
|---|---|
|
szName |
[in] The name of the exported type. |
|
mdtExportedType |
[in] The metadata token for the enclosing class of the exported type. This value is mdExportedTypeNil if the requested exported type is not a nested type. |
|
ptkExportedType |
[out] A pointer to the mdExportedType token that represents the exported type. |