点击或拖拽改变大小

ContainerManageAddTypeT(IBundleContext, Type) 方法

添加或更新类型

命名空间: AT.Librarys.Container
程序集: AT.Librarys.Container (在 AT.Librarys.Container.dll 中) 版本:23.7.2405.1017 (23.07.2405.1017)
语法
C#
public bool AddType<T>(
	IBundleContext context,
	Type type
)
where T : class

参数

context  IBundleContext

[缺少 "M:AT.Librarys.Container.ContainerManage.AddType``1(UIShell.OSGi.IBundleContext,System.Type)" 的 <param name="context"/> 文档]

type  Type

[缺少 "M:AT.Librarys.Container.ContainerManage.AddType``1(UIShell.OSGi.IBundleContext,System.Type)" 的 <param name="type"/> 文档]

类型参数

T

[缺少 "M:AT.Librarys.Container.ContainerManage.AddType``1(UIShell.OSGi.IBundleContext,System.Type)" 的 <typeparam name="T"/> 文档]

返回值

Boolean
参见