Compartir a través de


IValidator

Actualización: noviembre 2007

Proporciona métodos para validar imágenes portables ejecutables (PE) e informar de errores de validación.

interface IValidator : IUnknown {

    HRESULT Validate(
        [in] IVEHandler            *veh,
        [in] IUnknown              *pAppDomain,
        [in] unsigned long          ulFlags,
        [in] unsigned long          ulMaxError,
        [in] unsigned long          token,
        [in] LPWSTR                 fileName,
        [in, size_is(ulSize)] BYTE *pe,
        [in] unsigned long          ulSize
    );
    HRESULT FormatEventInfo(
        [in] HRESULT            hVECode,
        [in] VEContext          Context,
        [in, out] LPWSTR        msg,
        [in] unsigned long      ulMaxLength,
        [in] SAFEARRAY(VARIANT) psa
    );
};

Métodos

Método

Descripción

Validate

Valida el archivo portable ejecutable o el archivo de Lenguaje intermedio de Microsoft (MSIL) especificado.

FormatEventInfo

Obtiene el mensaje de error que corresponde al error de validación especificado.

Requisitos

Plataformas: vea Requisitos de sistema de .NET Framework.

Encabezado: IValidator.idl

Biblioteca: se incluye como recurso en MSCorEE.dll

Versiones de .NET Framework: 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0

Vea también

Otros recursos

Interfaces de hospedaje