Globals.GetAllGlobals 方法 | |
Return a list of all Global Fields. This is used in the Globals Debugger Window
命名空间:
XSharp
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 STATIC METHOD GetAllGlobals() AS IList<FieldInfo>
public static IList<FieldInfo> GetAllGlobals()
查看代码返回值
类型:
IListFieldInfoList of Globals
参见