IInstallReferenceEnum Interface
Represents an enumerator for the referenced assemblies installed in the global assembly cache.
C++
interface IInstallReferenceEnum : IUnknown {
HRESULT GetNextInstallReferenceItem (
[out] IInstallReferenceItem **ppRefItem,
[in] DWORD dwFlags,
[in] LPVOID pvReserved
);
};
Method | Description |
---|---|
GetNextInstallReferenceItem Method | Gets a pointer to the next IInstallReferenceItem contained in this IInstallReferenceEnum . |
Platforms: See System Requirements.
Header: Fusion.h
.NET Framework Versions: Available since 2.0
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
.NET feedback
.NET is an open source project. Select a link to provide feedback: