IInstallReferenceEnum Interface
Represents an enumerator for the referenced assemblies installed in the global assembly cache.
interface IInstallReferenceEnum : IUnknown {
HRESULT GetNextInstallReferenceItem (
[out] IInstallReferenceItem **ppRefItem,
[in] DWORD dwFlags,
[in] LPVOID pvReserved
);
};
Methods
Method |
Description |
---|---|
Gets a pointer to the next IInstallReferenceItem contained in this IInstallReferenceEnum. |
Requirements
Platforms: See .NET Framework System Requirements.
Header: Fusion.h
.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0
See Also
Reference
IInstallReferenceItem Interface