点击或拖拽改变大小

GlobalsWindow 类

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

命名空间:  XSharp.Debugger
程序集:  XSharp.RT.Debugger (在 XSharp.RT.Debugger.dll 中) 版本:2.22 GA
语法
 CLASS GlobalsWindow INHERIT VariablesWindow
查看代码

GlobalsWindow 类型公开以下成员。

构造函数
  名称说明
公共方法GlobalsWindow
初始化 GlobalsWindow 类的一个新实例
Top
扩展方法
  名称说明
公共扩展器方法GetAllChildren (由 Extensions 定义。)
公共扩展器方法GetFirstEditableChild (由 Extensions 定义。)
Top
备注
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.
参见