Metodo IMetaDataAssemblyImport::GetExportedTypeProps
Ottiene il set di proprietà del tipo esportato con la firma dei metadati specificata.
HRESULT GetExportedTypeProps (
[in] mdExportedType mdct,
[out] LPWSTR szName,
[in] ULONG cchName,
[out] ULONG *pchName,
[out] mdToken *ptkImplementation,
[out] mdTypeDef *ptkTypeDef,
[out] DWORD *pdwExportedTypeFlags
);
Parametri
mdct
[in] Token di metadati mdExportedType che rappresenta il tipo esportato.szName
[out] Nome del tipo esportato.cchName
[in] Dimensione, in caratteri di tipo "wide", di szName.pchName
[out] Numero di caratteri di tipo "wide" effettivamente restituiti in szName.ptkImplementation
[out] Token di metadati mdFile, mdAssemblyRef o mdExportedType che contiene o consente l'accesso alle proprietà del tipo esportato.ptkTypeDef
[out] Puntatore a un token mdTypeDef che rappresenta un tipo nel file.pdwExportedTypeFlags
[out] Puntatore ai flag che descrivono i metadati applicati al tipo esportato. Il valore di flag può essere rappresentato da uno o più valori CorTypeAttr.
Requisiti
Piattaforme: vedere Requisiti di sistema di .NET Framework.
Intestazione: Cor.h
Libreria: utilizzata come risorsa in MsCorEE.dll
Versioni di .NET Framework: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0