IMetaDataEmit::ApplyEditAndContinue 方法

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

语法

HRESULT ApplyEditAndContinue (
    [in]  IUnknown    *pImport  
);  

参数

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

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

要求

平台:请参阅系统要求

标头:Cor.h

库:用作 MSCorEE.dll 中的资源

.NET Framework 版本:自 1.0 起可用

另请参阅