Visualization options for providing various information about instances.
Inheritance Hierarchy
SimpleInjector.AdvancedApiObject
SimpleInjectorVisualizationOptions
Namespace: SimpleInjector
Assembly: SimpleInjector (in SimpleInjector.dll) Version: 5.3.0
Syntax
The VisualizationOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | VisualizationOptions | Initializes a new instance of the VisualizationOptions class |
Properties
Name | Description | |
---|---|---|
![]() | IncludeLifestyleInformation |
Gets or sets a value indicating whether to include lifestyle information in the visualization.
The default value is true.
|
![]() | UseFullyQualifiedTypeNames |
Gets or sets a value indicating whether to use fully qualified type names in the visualization.
The default value is false.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from ApiObject.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from ApiObject.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from ApiObject.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from ApiObject.) |
See Also