点击或拖拽改变大小

ContainerManageAddTypeT(String, String, String, Type) 方法

添加或更新类型

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

参数

moduleName  String
模块名称
_namespace  String
命名空间
version  String
版本
type  Type
类型

类型参数

T
模块接口

返回值

Boolean
参见