IEnumSystemAssemblies Methods

 

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

NameDescription
System_CAPS_pubmethodClone(IEnumSystemAssemblies^)

Clones this IEnumSystemAssemblies interface by creating another instance.

System_CAPS_pubmethodCount(UInt32)

Gets the number of enumerated system assemblies.

System_CAPS_pubmethodNext(UInt32, array<String^>^, UInt32)

Retrieves the next system assembly.

System_CAPS_pubmethodReset()

Resets the collection of assemblies to the first one.

System_CAPS_pubmethodSkip(UInt32)

Moves ahead in the list of system assemblies.

Return to top
Show: