Class ActivatorOptions
Configuration options for ActivatorFactory.
Implements
Inherited Members
Namespace: Cuemon.Reflection
Assembly: Cuemon.Core.dll
Syntax
public class ActivatorOptions : FormattingOptions<CultureInfo>, IParameterObject
Constructors
| Improve this Doc View SourceActivatorOptions()
Initializes a new instance of the ActivatorOptions class.
Declaration
public ActivatorOptions()
Remarks
The following table shows the initial property values for an instance of ActivatorOptions.
Property | Initial Value |
---|---|
Flags | BindingFlags.Instance | BindingFlags.Public |
Binder | DefaultBinder |
Properties
| Improve this Doc View SourceBinder
Gets or sets the binder that uses Flags and the specified arguments to seek and identify the type constructor.
Declaration
public Binder Binder { get; set; }
Property Value
Type | Description |
---|---|
Binder | The binder that uses Flags and the specified arguments to seek and identify the type constructor. |
Flags
Gets the binding constraint used for discovering a suitable constructor.
Declaration
public BindingFlags Flags { get; set; }
Property Value
Type | Description |
---|---|
BindingFlags | The binding constraint used for discovering a suitable constructor. |