IMetaDataAssemblyEmit::SetExportedTypeProps Method

Modifies the specified ExportedType metadata structure.

Syntax

HRESULT SetExportedTypeProps (  
    [in] mdExportedType   ct,
    [in] mdToken          tkImplementation,  
    [in] mdTypeDef        tkTypeDef,  
    [in] DWORD            dwExportedTypeFlags  
);  

Parameters

ct
[in] The metadata token that specifies the ExportedType metadata structure to be modified.

tkImplementation
[in] The token, of type File, AssemblyRef, or ExportedType, that specifies how this type is implemented.

tkTypeDef
[in] The TypeDef token referenced in the code file.

dwExportedTypeFlags
[in] A bitwise combination of values that specify attributes of the type.

Remarks

To create an ExportedType metadata structure, use the IMetaDataAssemblyEmit::DefineExportedType method.

Requirements

Platforms: See System Requirements.

Header: Cor.h

Library: Used as a resource in MsCorEE.dll

.NET Framework Versions: Available since 1.0

See also