IMetaDataDispenserEx::FindAssemblyModule 方法
這個方法尚未實作。 如果呼叫,則會傳回 E_NOTIMPL。
語法
HRESULT FindAssemblyModule(
[in] LPCWSTR szAppBase,
[in] LPCWSTR szPrivateBin,
[in] LPCWSTR szGlobalBin,
[in] LPCWSTR szAssemblyName,
[in] LPCWSTR szModuleName,
[out] LPCWSTR szName,
[in] ULONG cchName,
[out] ULONG *pcName
);
參數
szAppBase
[in] 未使用。
szPrivateBin
[in] 未使用。
szGlobalBin
[in] 未使用。
szAssemblyName
[in] 模組的名稱。
szModuleName
[in] 要找到的組件。
szName
[out] 組件的簡單名稱。
cchName
[in] szName
的大小,以位元組為單位。
pcName
[out] szName
中實際傳回的字元數。
規格需求
平台:請參閱系統需求。
標頭:Cor.h
程式庫:作為 MSCorEE.dll 中的資源使用
.NET Framework版本:自 1.0 起可用