Table of Contents

Constructor TypeVisualizerAttribute

Namespace
Bonsai
Assembly
Bonsai.Core.dll

TypeVisualizerAttribute(Type)

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

public TypeVisualizerAttribute(Type visualizer)

Parameters

visualizer Type

The Type of a visualizer that can be used to display the type this attribute is bound to.

TypeVisualizerAttribute(string)

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

public TypeVisualizerAttribute(string visualizerTypeName)

Parameters

visualizerTypeName string

A string specifying the assembly qualified name of a visualizer that can be used to display the type this attribute is bound to.