IEnumSystemAssemblies Interface

Definition

Enumerator for system assemblies.

public interface class IEnumSystemAssemblies
public interface class IEnumSystemAssemblies
__interface IEnumSystemAssemblies
[System.Runtime.InteropServices.Guid("7431FCE8-8E4F-49B6-BB50-E295636CBA6B")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IEnumSystemAssemblies
[System.Runtime.InteropServices.Guid("7431FCE8-8E4F-49B6-BB50-E295636CBA6B")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IEnumSystemAssemblies
[<System.Runtime.InteropServices.Guid("7431FCE8-8E4F-49B6-BB50-E295636CBA6B")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IEnumSystemAssemblies = interface
[<System.Runtime.InteropServices.Guid("7431FCE8-8E4F-49B6-BB50-E295636CBA6B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IEnumSystemAssemblies = interface
Public Interface IEnumSystemAssemblies
Attributes

Methods

Clone(IEnumSystemAssemblies)

Clones this IEnumSystemAssemblies interface by creating another instance.

Count(UInt32)

Gets the number of enumerated system assemblies.

Next(UInt32, String[], UInt32)

Retrieves the next system assembly.

Reset()

Resets the collection of assemblies to the first one.

Skip(UInt32)

Moves ahead in the list of system assemblies.

Applies to