Globals.Find 方法 | |
Find the Global Field with a name
命名空间:
XSharp
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 STATIC METHOD Find(
cVarName AS STRING
) AS FieldInfo
public static FieldInfo Find(
string cVarName
)
查看代码参数
- cVarName
- 类型:String
Name of the global to find
返回值
类型:
FieldInfo参见