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.
| Name | Description | |
|---|---|---|
| VisualizationOptions | Initializes a new instance of the VisualizationOptions class |
| 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. |
| 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.) |