IMetaDataEmit::SetMethodImplFlags 方法

可設定或更新由指定語彙基元所參考之繼承方法實作的中繼資料簽章。

語法

HRESULT SetMethodImplFlags (
    [in]  mdMethodDef   md,
    [in]  DWORD         dwImplFlags
);  

參數

md
[in] 要變更方法的語彙基元。

dwImplFlags
[in] CorMethodImpl 列舉值的組合,指定方法實作功能。

規格需求

平台:請參閱系統需求

標頭:Cor.h

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

.NET Framework版本:自 1.0 起提供

另請參閱