AnyCAD Rapid API 2024
Help you to create a better world!
|
对象仓库 更多...
Public 成员函数 | |
bool | FindObject (string name, out OT val) |
查找对象 | |
ObjectTypeRepository () | |
构造函数 | |
bool | Register (Assembly asm) |
从程序集加载命令 | |
bool | RegisterType (Type type) |
注册命令 | |
OT | RegisterTypeR (Type type) |
注册命令 | |
属性 | |
static T | Instance [get] |
单例入口 | |
bool AnyCAD.Foundation.ObjectTypeRepository< T, OT >.FindObject | ( | string | name, |
out OT | val ) |
查找对象
name | |
val |
bool AnyCAD.Foundation.ObjectTypeRepository< T, OT >.Register | ( | Assembly | asm | ) |
从程序集加载命令
asm | 程序集 |
bool AnyCAD.Foundation.ObjectTypeRepository< T, OT >.RegisterType | ( | Type | type | ) |
注册命令
type | 类型 |
OT AnyCAD.Foundation.ObjectTypeRepository< T, OT >.RegisterTypeR | ( | Type | type | ) |
注册命令
type | 类型 |