Compartilhar via


Interface IAssemblyEnum

Representa um enumerador para uma matriz de IAssemblyName objetos.

interface IAssemblyEnum : IUnknown {
    HRESULT Clone (
        [out] IAssemblyEnum   **ppEnum
    );
        
    HRESULT GetNextAssembly (
        [in]  LPVOID          pvReserved,
        [out] IAssemblyName   **ppName,
        [in]  DWORD           dwFlags
    );
        
    HRESULT Reset (
        void
    );
}

Métodos

Método

Descrição

Método IAssemblyEnum::Clone

Cria uma cópia superficial deste IAssemblyEnum objeto.

Método IAssemblyEnum::GetNextAssembly

Obtém um ponteiro para a próxima IAssemblyName Isso contidas IAssemblyEnum objeto.

Método IAssemblyEnum::reiniciar

Redefine esse IAssemblyEnum objeto à posição inicial.

Requisitos

Plataformas: See Requisitos de sistema do .NET framework.

Cabeçalho: Fusion.h

.NET Framework Versions: 3.5 SP1, 3,5, 3.0 SP1, 3.0, 2.0 SP1, 2.0

Consulte também

Referência

Interface IAssemblyName

Outros recursos

Interfaces de Fusion