Click or drag to resize

FindClass Function

X#
Find a class in the referenced assemblies

Namespace:  XSharp.RT
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 FUNCTION FindClass(
	cClassname AS STRING
) AS Type
Request Example View Source

Parameters

cClassname
Type: String

Return Value

Type: Type
System.Type object or NULL
See Also