Click or drag to resize

GlobalsWindow Class

X#
The Globals Window shows the globals in all the loaded assemblies that were compiled with X#.
Inheritance Hierarchy
Object
  MarshalByRefObject
    Component
      Control
        ScrollableControl
          ContainerControl
            Form
              VariablesWindow
                GlobalsWindow

Namespace:  XSharp.Debugger
Assembly:  XSharp.RT.Debugger (in XSharp.RT.Debugger.dll) Version: 2.19
Syntax
 CLASS GlobalsWindow INHERIT VariablesWindow
Request Example View Source

The GlobalsWindow type exposes the following members.

Constructors
  NameDescription
Public methodGlobalsWindow
Initializes a new instance of the GlobalsWindow class
Top
Extension Methods
  NameDescription
Public Extension MethodGetAllChildren (Defined by Extensions.)
Public Extension MethodGetFirstEditableChild (Defined by Extensions.)
Top
Remarks
The Globals are detected by looking at the existence of the ClassLibraryAttribute for the assembly. The window lists all the public fields that are not Literals or Readonly.
See Also