Click or drag to resize
weroSoft AG, Software
IAssemblyEnum Interface
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Represents an enumerator for an array of IAssemblyName objects.

Namespace:  WeroSoft.PlatformInvoke
Assembly:  WeroSoft.PlatformInvoke.Library (in WeroSoft.PlatformInvoke.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public interface IAssemblyEnum

The IAssemblyEnum type exposes the following members.

Methods
  NameDescription
Public methodClone
Creates a shallow copy of this IAssemblyEnum object.
Public methodGetNextAssembly
Gets a pointer to the next IAssemblyName contained in this IAssemblyEnum object.
Public methodReset
Resets this IAssemblyEnum object to its starting position.
Top
See Also