Globals.Find Method | |
Find the Global Field with a name
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax STATIC METHOD Find(
cVarName AS STRING
) AS FieldInfo
public static FieldInfo Find(
string cVarName
)
Request Example
View SourceParameters
- cVarName
- Type: String
Name of the global to find
Return Value
Type:
FieldInfoSee Also