Header menu logo Nao

AssemblySource Type

 Loads agents, tools, and evaluators from a .NET assembly via reflection.
 Discovers:
   - Types implementing IAgent (instantiated via parameterless constructor)
   - Static properties/fields of type Tool
   - Types implementing IEvaluator (instantiated via parameterless constructor)

Constructors

Constructor Description

AssemblySource(assemblyPath)

Full Usage: AssemblySource(assemblyPath)

Parameters:
    assemblyPath : string

Returns: AssemblySource
assemblyPath : string
Returns: AssemblySource

Type something to start searching.