NamedTypeBuildKey Structure

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The latest Unity Application Block information can be found at the Unity Application Block site.

Build key used to combine a type object with a string name. Used by ObjectBuilder to indicate exactly what is being built.

Namespace:  Microsoft.Practices.ObjectBuilder2
Assembly:  Microsoft.Practices.ObjectBuilder2 (in Microsoft.Practices.ObjectBuilder2.dll)

Syntax

'Declaration
Public Structure NamedTypeBuildKey _
    Implements IBuildKey
public struct NamedTypeBuildKey : IBuildKey
public value class NamedTypeBuildKey : IBuildKey
JScript supports the use of structures, but not the declaration of new ones.

See Also

NamedTypeBuildKey Members

Microsoft.Practices.ObjectBuilder2 Namespace