Share via


INativeImageEvaluate Interface

Provides a callback method to determine whether native images can be used by the common language runtime.

interface INativeImageEvaluate : IUnknown {
    
    HRESULT Evaluate (
        IAssembly    *pILAssembly,
        IAssembly    *pNativeAssembly,
        BYTE         *pbCachedData,
        DWORD        dwDataSize
    );
    
};

Methods

Method

Description

INativeImageEvalute::Evaluate Method

Gets a value that indicates whether the specified native image can be used with the specified managed assembly.

Remarks

The Evaluate method must be called before either the managed or the native assembly is loaded.

Requirements

Platforms: See .NET Framework System Requirements.

Header: Cor.h

Library: Used as a resource in MsCorEE.dll

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

See Also

Other Resources

Metadata Interfaces