VisualizationOptions Class

Simple Injector
Visualization options for providing various information about instances.
Inheritance Hierarchy

SystemObject
  SimpleInjector.AdvancedApiObject
    SimpleInjectorVisualizationOptions

Namespace:  SimpleInjector
Assembly:  SimpleInjector (in SimpleInjector.dll) Version: 5.3.0
Syntax

public class VisualizationOptions : ApiObject

The VisualizationOptions type exposes the following members.

Constructors

  NameDescription
Public methodVisualizationOptions
Initializes a new instance of the VisualizationOptions class
Top
Properties

  NameDescription
Public propertyIncludeLifestyleInformation
Gets or sets a value indicating whether to include lifestyle information in the visualization. The default value is true.
Public propertyUseFullyQualifiedTypeNames
Gets or sets a value indicating whether to use fully qualified type names in the visualization. The default value is false.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from ApiObject.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from ApiObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from ApiObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from ApiObject.)
Top
See Also

Reference