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 方法。
需求
**平台:**請參閱 .NET Framework 系統需求。
**標頭:**Cor.h
**程式庫:**當做 MsCorEE.dll 中的資源使用
**.NET Framework 版本:**4、3.5 SP1、3.5、3.0 SP1、3.0、2.0 SP1、2.0、1.1、1.0