ComponentCatalog 类

定义

此目录 (可加载类) 实例化组件。 组件通过子代 Microsoft.ML.LoadableClassAttributeBase进行注册,标识应在其中注册组件类型的名称和签名类型。 签名是返回 void 的委托类型,并指定组件实例化的参数类型。 每个组件还可以指定一个应在实例化时提供的“参数对象”。

public sealed class ComponentCatalog
type ComponentCatalog = class
Public NotInheritable Class ComponentCatalog
继承
ComponentCatalog

方法

RegisterAssembly(Assembly, Boolean)

通过查找可加载类并将其添加到目录来注册指定程序集中的所有组件。

适用于