共用方式為


IMetaDataAssemblyEmit::SetFileProps 方法

修改指定的 File 中繼資料結構。

語法

HRESULT SetFileProps (  
    [in] mdFile        file,  
    [in] const void    *pbHashValue,
    [in] ULONG         cbHashValue,  
    [in] DWORD         dwFileFlags  
);  

參數

file
[in] 指定要修改之 File 中繼資料結構的中繼資料語彙基元。

pbHashValue
[in] 與檔案相關聯的雜湊資料指標。

cbHashValue
[in] pbHashValue 的大小,以位元組為單位。

dwFileFlags
[in] CorFileFlags 值的位元組合,指定檔案的各種屬性。

備註

若要建立 File 中繼資料結構,請使用 IMetaDataAssemblyEmit::DefineFile 方法。

規格需求

平台:請參閱系統需求

標頭:Cor.h

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

.NET Framework版本:自 1.0 起提供

另請參閱