Click or drag to resize

Globals.GetAllGlobals Method

X#
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.19
Syntax
 STATIC METHOD GetAllGlobals() AS IList<FieldInfo>
Request Example View Source

Return Value

Type: IListFieldInfo
List of Globals
See Also