ClassHelpers.FindClass Method | |
Find the ClassObject for a class
Namespace:
XSharp.XPP
Assembly:
XSharp.XPP (in XSharp.XPP.dll) Version: 2.19
Syntax STATIC METHOD FindClass(
cClassName AS STRING,
lIncludeDeleted AS LOGIC
) AS ClassObject
public static ClassObject FindClass(
string cClassName,
bool lIncludeDeleted
)
Request Example
View SourceParameters
- cClassName
- Type: String
- lIncludeDeleted
- Type: Logic
Return Value
Type:
ClassObjectSee Also