Table of Contents

Class ActivatorOptions

Namespace
Cuemon.Reflection
Assembly
Cuemon.Core.dll

Configuration options for ActivatorFactory.

public class ActivatorOptions : FormattingOptions, IValidatableParameterObject, IParameterObject
Inheritance
Object
ActivatorOptions
Implements
Inherited Members

Constructors

ActivatorOptions()

Initializes a new instance of the ActivatorOptions class.

public ActivatorOptions()

Remarks

The following table shows the initial property values for an instance of ActivatorOptions.

PropertyInitial Value
FlagsBindingFlags.Instance | BindingFlags.Public | BindingFlags.CreateInstance
BinderSystem.Type.DefaultBinder

Properties

Binder

Gets or sets the binder that uses Flags and the specified arguments to seek and identify the type constructor.

public Binder Binder { get; set; }

Property Value

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.

public BindingFlags Flags { get; set; }

Property Value

BindingFlags

The binding constraint used for discovering a suitable constructor.