Class BuiltInToolRegistrationOptions
Per-registration options that can override how selected built-in tools are instantiated.
public sealed class BuiltInToolRegistrationOptions
- Inheritance
-
BuiltInToolRegistrationOptions
- Inherited Members
Methods
- Override(string, Func<ITool>)
Overrides the factory used to create a specific tool by name.
- Xml(XmlToolOptions)
Configures XML optionized tools to be created with the provided XML options.