GlobalsWindow 类 | |
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
public class GlobalsWindow : VariablesWindow
查看代码GlobalsWindow 类型公开以下成员。
构造函数 扩展方法 备注
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.
参见