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.19
Syntax The GlobalsWindow type exposes the following members.
Constructors
| Name | Description |
---|
| GlobalsWindow | Initializes a new instance of the GlobalsWindow class |
TopExtension 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