FindClass Function | |
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
public static Type FindClass(
string cClassname
)
Request Example
View SourceParameters
- cClassname
- Type: String
Return Value
Type:
TypeSystem.Type object or NULL
See Also