IMetaDataEmit::ApplyEditAndContinue 方法

透過在指定的中繼資料中進行的變更,更新目前的組件範圍。

語法

HRESULT ApplyEditAndContinue (
    [in]  IUnknown    *pImport  
);  

參數

pImport
[in] IUnknown 物件的指標,代表從可攜式可執行檔 (PE) 的差異中繼資料。

差異中繼資料是中繼資料區塊,其中包含對模組實際中繼資料複本所做的變更。

規格需求

平台:請參閱系統需求

標頭:Cor.h

程式庫:作為 MSCorEE.dll 中的資源使用

.NET Framework版本:自 1.0 起提供

另請參閱