IMetaDataEmit::SetTypeDefProps Method
Sets features of a type defined by a prior call to IMetaDataEmit::DefineTypeDef.
HRESULT SetTypeDefProps (
[in] mdTypeDef td,
[in] DWORD dwTypeDefFlags,
[in] mdToken tkExtends,
[in] mdToken rtkImplements[]
);
Parameters
td
[in] An mdTypeDef token obtained from original call to IMetaDataEmit::DefineTypeDef.dwTypeDefFlags
[in] TypeDef attributes.tkExtends
[in] The mdToken of the base class. Obtained from a previous call to IMetaDataEmit::DefineImportType, or null.rtkImplements[]
[in] An array of tokens for the interfaces that this type implements. These mdTypeRef tokens are obtained using IMetaDataEmit::DefineImportType.
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: Cor.h
Library: Used as a resource in MSCorEE.dll
.NET Framework Version: 2.0, 1.1, 1.0