IMetaDataEmit::ApplyEditAndContinue Method

使用指定元数据中的更改更新当前程序集范围。

Syntax

HRESULT ApplyEditAndContinue (
    [in]  IUnknown    *pImport
);

Parameters

pImport [in]指向表示可移植可执行文件 (PE) 文件中的增量元数据的 IUnknown 对象的指针。

增量元数据是元数据块,其中包括对模块的实际元数据副本所做的更改。

Requirements

平台: 请参阅 .NET 支持的作系统

Header: Cor.h

Library: CorGuids.lib

See also