IMetaDataEmit::Merge Method

Adds the specified imported scope to the list of scopes to be merged.

HRESULT Merge ( 
    [in]  IMetaDataImport  *pImport, 
    [in]  IMapToken        *pHostMapToken, 
    [in]  IUnknown         *pHandler 
);

Parameters

Parameter Description

pImport

[in] A pointer to an IMetaDataImport Interface object that identifies the imported scope to be merged.

pIMap

[in] A pointer to an IMapToken Interface object that specifies the token re-map.

pHandleer

[in] A pointer to an IUnknown object that specifies the errors.

Remarks

Call IMetaDataEmit::MergeEnd Method to trigger the merger of metadata into a single scope.

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

See Also

Reference

IMetaDataEmit Interface
IMetaDataEmit2 Interface