GlobalsWindow Class |  |
The Globals Window shows the globals in all the loaded assemblies that were compiled with X#.
Inheritance Hierarchy
Namespace:
XSharp.Debugger
Assembly:
XSharp.RT.Debugger (in XSharp.RT.Debugger.dll) Version: 2.18
SyntaxThe GlobalsWindow type exposes the following members.
Constructors
| Name | Description |
---|
 | GlobalsWindow | Initializes a new instance of the GlobalsWindow class |
Top
Extension Methods
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