VisualizationOptions Class

Visualization options for providing various information about instances.

SystemObject
  SimpleInjector.AdvancedApiObject
    SimpleInjectorVisualizationOptions

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

public class VisualizationOptions : ApiObject

The VisualizationOptions type exposes the following members.

  NameDescription
Public methodVisualizationOptions

Initializes a new instance of the VisualizationOptions class

Top

  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

  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

Reference