EvalTypeRegistry Property

Gets the global TypeRegistry used to resolve types for [eval] typed settings.

Definition

Namespace: Gemstone.Configuration
Assembly: Gemstone.Configuration (in Gemstone.Configuration.dll) Version: 1.0.169 -- Release Build+a4324ed8c57d7a1feeb41525c9f71446dbd55914
public static TypeRegistry TypeRegistry { get; }

Property Value

TypeRegistry

Remarks

Applications can register more types and symbols with this property for use with [eval] settings. Ensure the types are registered before settings get bound to configurations sources, see Bind(IConfigurationBuilder).

See Also