Show / Hide Table of Contents

Class ActivatorOptions

Configuration options for ActivatorFactory.

Inheritance
Object
FormattingOptions<CultureInfo>
ActivatorOptions
Implements
IParameterObject
Inherited Members
FormattingOptions<CultureInfo>.FormatProvider
Namespace: Cuemon.Reflection
Assembly: Cuemon.Core.dll
Syntax
public class ActivatorOptions : FormattingOptions<CultureInfo>, IParameterObject

Constructors

| Improve this Doc View Source

ActivatorOptions()

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.

PropertyInitial Value
FlagsBindingFlags.Instance | BindingFlags.Public
BinderDefaultBinder

Properties

| Improve this Doc View Source

Binder

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.

| Improve this Doc View Source

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.

Implements

IParameterObject
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright 2008-2022 Geekle. All rights reserved. Code with passion and love; deploy with confidence. 👨‍💻️🔥❤️🚀😎
Generated by DocFX