BindingDisplayImageType

Contains values that describe the type of image to be displayed with the current object.

typedef enum BindingDisplayImageType {

    ASSEMBLY_IMAGE,
    FAILED_ASSEMBLY_IMAGE,
    LOCATION_IMAGE,
    CACHE_IMAGE,
    ERROR_IMAGE

} BindingDisplayImageType;

Fields

Field Description

ASSEMBLY_IMAGE

Display an assembly image.

FAILED_ASSEMBLY_IMAGE

Display a failed assembly image.

LOCATION_IMAGE

Display a location image.

CACHE_IMAGE

Display a cache image.

ERROR_IMAGE

Display an error image.

Remarks

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 Family

Header: mscoree.h

Library: included as a resource in mscoree.dll

.NET Framework Version: 2.0, 1.1, 1.0

See Also

Reference

IBindingDisplay
IBindingDisplay::GetCurrentDisplay