EvalTypeRegistry Property
Gets the global
TypeRegistry used to resolve types for
[eval] typed settings.
Namespace: Gemstone.ConfigurationAssembly: Gemstone.Configuration (in Gemstone.Configuration.dll) Version: 1.0.164 -- Release Build+a72e9d3f8c8e7d23f20eb07608da028b64d06aa9
Public Shared ReadOnly Property TypeRegistry As TypeRegistry
Get
Gemstone.Configuration.Eval.get_TypeRegistry = function();
Property Value
TypeRegistry
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).