Compartir a través de


ICLRValidator

Actualización: noviembre 2007

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

interface ICLRValidator : IUnknown {
    HRESULT FormatEventInfo (
        [in] HRESULT            hVECode,
        [in] VEContext          Context,
        [in, out] LPWSTR        msg,
        [in] unsigned long      ulMaxLength,
        [in] SAFEARRAY(VARIANT) psa
    );
    HRESULT Validate (
        [in] IVEHandler        *veh,
        [in] unsigned long      ulAppDomainId,
        [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
    );
};

Métodos

Método

Descripción

ICLRValidator::FormatEventInfo (Método)

Obtiene un mensaje detallado sobre el error de validación especificado.

ICLRValidator::Validate (Método)

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

Requisitos

Plataformas: vea Requisitos de sistema de .NET Framework.

Encabezado: IValidator.idl

Biblioteca: se incluye como recurso en MSCorEE.dll

.NET Framework, versiones: 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0

Vea también

Referencia

ICLRErrorReportingManager

Otros recursos

Interfaces de hospedaje