Globals.GetAllGlobals Method | |
Return a list of all Global Fields. This is used in the Globals Debugger Window
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax STATIC METHOD GetAllGlobals() AS IList<FieldInfo>
public static IList<FieldInfo> GetAllGlobals()
Request Example
View SourceReturn Value
Type:
IListFieldInfoList of Globals
See Also