Table of Contents

Class TypeVisualizerAttribute

Namespace
Bonsai
Assembly
Bonsai.Core.dll

Determines the type of visualizer used to display the target of the attribute.

[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Class|AttributeTargets.Struct, AllowMultiple = true)]
public sealed class TypeVisualizerAttribute : Attribute, _Attribute
Inheritance
TypeVisualizerAttribute
Implements
Inherited Members

Constructors

TypeVisualizerAttribute(string)

Initializes a new instance of the TypeVisualizerAttribute class with the specified visualizer type name.

TypeVisualizerAttribute(Type)

Initializes a new instance of the TypeVisualizerAttribute class with the specified visualizer type.

Properties

Target

Gets or sets the type that is the target of the attribute.

TargetTypeName

Gets or sets the assembly qualified name of the type that is the target of the attribute.

VisualizerTypeName

Gets the assembly qualified name of the visualizer class.