IEnumSystemAssemblies Interface

Enumerator for system assemblies.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)

Syntax

'Declaration
<GuidAttribute("7431FCE8-8E4F-49B6-BB50-E295636CBA6B")> _
<InterfaceTypeAttribute()> _
Public Interface IEnumSystemAssemblies
[GuidAttribute("7431FCE8-8E4F-49B6-BB50-E295636CBA6B")]
[InterfaceTypeAttribute()]
public interface IEnumSystemAssemblies
[GuidAttribute(L"7431FCE8-8E4F-49B6-BB50-E295636CBA6B")]
[InterfaceTypeAttribute()]
public interface class IEnumSystemAssemblies
[<GuidAttribute("7431FCE8-8E4F-49B6-BB50-E295636CBA6B")>]
[<InterfaceTypeAttribute()>]
type IEnumSystemAssemblies =  interface end
public interface IEnumSystemAssemblies

The IEnumSystemAssemblies type exposes the following members.

Methods

  Name Description
Public method Clone Clones this IEnumSystemAssemblies interface by creating another instance.
Public method Count Gets the number of enumerated system assemblies.
Public method Next Retrieves the next system assembly.
Public method Reset Resets the collection of assemblies to the first one.
Public method Skip Moves ahead in the list of system assemblies.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace