点击或拖拽改变大小

Functions.FindClass 方法

X#
Find a class in the referenced assemblies

命名空间:  XSharp.RT
程序集:  XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
 FUNCTION FindClass(
	cClassname AS STRING
) AS Type
查看代码

参数

cClassname
类型:String

返回值

类型:Type
System.Type object or NULL
参见