BindingDisplayNodeParent Structure

A top-level node that represents an assembly.

struct BindingDisplayNodeParent {
    BSTR text;
    BindingDisplayImageType image;
    bool isAlternateColor;
    SAFEARRAY(struct BindingDisplayNodeChild) childNodes;
};

Fields

Field Description

text

A display name.

image

ASSEMBLY_IMAGE or FAILED_ASSEMBLY_IMAGE.

isAlternateColor

true if the assembly is domain-neutral.

childNodes

For successfully loaded assemblies, the child nodes are Location, Domain-Neutral, and GAC, if appropriate. For failed assemblies that appear only when running under a managed debugger, the child nodes are Location and Error Message.

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

See Also

Reference

IBindingDisplay

Other Resources

Structures (Unmanaged API Reference)