Functions.FindClass 方法 | |
Find a class in the referenced assemblies
命名空间:
XSharp.RT
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 FUNCTION FindClass(
cClassname AS STRING
) AS Type
public static Type FindClass(
string cClassname
)
查看代码参数
- cClassname
- 类型:String
返回值
类型:
TypeSystem.Type object or NULL
参见