Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Gets a pointer to an IInstallReferenceEnum instance that represents a list of an application's references to the specified assembly.
Syntax
HRESULT CreateInstallReferenceEnum (
[out] IInstallReferenceEnum **ppRefEnum,
[in] IAssemblyName *pName,
[in] DWORD dwFlags,
[in] LPVOID pvReserved
);
Parameters
ppRefEnum
[out] The returned IInstallReferenceEnum pointer.
pName
[in] The IAssemblyName that identifies the assembly for which to enumerate references.
dwFlags
[in] Flags that influence the enumerator's behavior.
pvReserved
[in] Reserved for future extensibility. pvReserved must be a null reference.
Requirements
Platforms: See System Requirements.
Header: Fusion.h
Library: Fusion.dll and Mscorwks.dll. Use Fusion.dll instead of Mscorwks.dll to ensure that you target the correct version of the .NET Framework.
.NET Framework Versions: Available since 2.0